15 GeometryFolder = ConfigData_Ptr->getProgramStringParam(
"GeometryFolder");
16 GeometryFileName = ConfigData_Ptr->getProgramStringParam(
"GeometryFileName");
20 CheckPointFile = ConfigData_Ptr->getProgramStringParam(
"CheckPointFile");
21 OutputFile = ConfigData_Ptr->getProgramStringParam(
"OutputFile");
23 catch (
const config4cpp::ConfigurationException &exception) {
24 std::cout <<
"[ProgramParameters::Initialize] Error of initialization program parameters from a file: ";
25 std::cout << exception.c_str() << std::endl;
std::string CaseParametersFile
Case parameters file name and path (relative to case folder).
std::string GeometryFolder
Path to geometry folder.
ProgramParameters(const std::shared_ptr< MF::Database::ConfigData > &ConfigData_Ptr)
std::string CaseFolder
Path to case folder.
std::string GeometryFileName
Geometry file name and path (relative to case folder).
std::string ProgramParametersFile
Program parameters file name and path (relative to case folder).
std::string CheckPointFile
Checkpoint file name and path (relative to case folder), without file extension.
std::string ThreadParametersFile
Thread parameters file name and path (relative to case folder).
std::string OutputFile
Results (output) file name and path (relative to case folder), without file extension.