IGLib 1.4
The IGLib base library for development of numerical, technical and business applications.
|
Constants for (optimization) interface with the simulation code of Gregor Kosec. More...
Public Attributes | |
const string | ExecutableNameConvectionObstacles = "CavityProblem.exe" |
const string | CsvSeparatorDefault = ";" |
Default separator used in CSV files. | |
const string | CommentLineString = "-------- " |
Comment introduction string (for 1 line comments). | |
const string | TemplateInputFileNameDefault = "template.par" |
Default name for template for input file. In optimization, this file is read, modified according to parameters, and stored as input file before simulation is run. | |
const string | InputFileNameDefault = "default.par" |
Default name of the simulation input file. | |
const string | ExecutableFilenameDefault = "CavityProblem.exe" |
Default name of executable. | |
const string | OutputDirectortyBaseDefault = "RawData" |
Default name of the base directory for output files. | |
const string | OptimizationOutputFileName = "optim.csv" |
Name of the file where optimization results are found. |
Constants for (optimization) interface with the simulation code of Gregor Kosec.
$A Igor Aug11;
const string IG::Num::SimKosecConst::ExecutableNameConvectionObstacles = "CavityProblem.exe" |
const string IG::Num::SimKosecConst::CsvSeparatorDefault = ";" |
Default separator used in CSV files.
const string IG::Num::SimKosecConst::CommentLineString = "-------- " |
Comment introduction string (for 1 line comments).
const string IG::Num::SimKosecConst::TemplateInputFileNameDefault = "template.par" |
Default name for template for input file. In optimization, this file is read, modified according to parameters, and stored as input file before simulation is run.
const string IG::Num::SimKosecConst::InputFileNameDefault = "default.par" |
Default name of the simulation input file.
const string IG::Num::SimKosecConst::ExecutableFilenameDefault = "CavityProblem.exe" |
Default name of executable.
const string IG::Num::SimKosecConst::OutputDirectortyBaseDefault = "RawData" |
Default name of the base directory for output files.
const string IG::Num::SimKosecConst::OptimizationOutputFileName = "optim.csv" |
Name of the file where optimization results are found.