Definition at line 39 of file BlockMeshMeshGenDriver.H.
Classes | |
struct | Opts |
Public Types | |
using | Files = DriverOutFile |
Public Member Functions | |
BlockMeshMeshGenDriver (Files file, blockMeshParams params) | |
const Files & | getFiles () const |
void | setFiles (Files file) |
const blockMeshParams & | getParams () const |
void | setParams (blockMeshParams params) |
void | execute () const override |
Run the workflow represented by the driver. More... | |
Static Public Member Functions | |
static std::unique_ptr< NemDriver > | readJSON (const jsoncons::json &inputjson) |
Factory method for all drivers. More... | |
Private Member Functions | |
BlockMeshMeshGenDriver () | |
const Opts & | getOpts () const |
void | setOpts (Opts opts) |
Private Attributes | |
Files | file_ |
Opts | opts_ |
Inherits NEM::DRV::MeshGenDriver.
Definition at line 41 of file BlockMeshMeshGenDriver.H.
NEM::DRV::BlockMeshMeshGenDriver::BlockMeshMeshGenDriver | ( | Files | file, |
blockMeshParams | params | ||
) |
Definition at line 41 of file BlockMeshMeshGenDriver.C.
|
private |
Definition at line 45 of file BlockMeshMeshGenDriver.C.
|
overridevirtual |
Implements NEM::DRV::NemDriver.
Definition at line 72 of file BlockMeshMeshGenDriver.C.
References meshBase::Create(), blockMeshGen::createMeshFromSTL(), meshBase::CreateShared(), file_, mesh, opts_, NEM::DRV::DriverOutFile::outputFile, and NEM::DRV::BlockMeshMeshGenDriver::Opts::params.
const BlockMeshMeshGenDriver::Files & NEM::DRV::BlockMeshMeshGenDriver::getFiles | ( | ) | const |
|
private |
Definition at line 64 of file BlockMeshMeshGenDriver.C.
References opts_.
Referenced by getParams().
const blockMeshParams & NEM::DRV::BlockMeshMeshGenDriver::getParams | ( | ) | const |
Definition at line 56 of file BlockMeshMeshGenDriver.C.
References getOpts(), and NEM::DRV::BlockMeshMeshGenDriver::Opts::params.
|
staticinherited |
inputjson | json input with "Program Type" key |
Definition at line 37 of file NemDriver.C.
Referenced by NEM::DRV::MeshGenDriver::MeshGenDriver().
void NEM::DRV::BlockMeshMeshGenDriver::setFiles | ( | Files | file | ) |
|
private |
Definition at line 68 of file BlockMeshMeshGenDriver.C.
References opts_.
Referenced by setParams().
void NEM::DRV::BlockMeshMeshGenDriver::setParams | ( | blockMeshParams | params | ) |
Definition at line 60 of file BlockMeshMeshGenDriver.C.
References setOpts().
|
private |
Definition at line 66 of file BlockMeshMeshGenDriver.H.
Referenced by execute(), getFiles(), and setFiles().
|
private |
Definition at line 67 of file BlockMeshMeshGenDriver.H.