35 #include "Parameters.h"
36 #include "SimulationLogger.h"
37 #include "LinearAlgebra.h"
47 const mshType& get_msh(
const std::string& name);
49 CepMod& get_cep_mod() {
return cep_mod; };
50 ChnlMod& get_chnl_mod() {
return chnl_mod; };
51 ComMod& get_com_mod() {
return com_mod; };
88 std::string history_file_name;
Definition: ChnlMod.h:101
The CmMod class duplicates the data structures in the Fortran CMMOD module defined in COMU....
Definition: CmMod.h:62
The ComMod class duplicates the data structures in the Fortran COMMOD module defined in MOD....
Definition: ComMod.h:1332
The LinearAlgebra class provides an abstract interface to linear algebra frameworks: FSILS,...
Definition: LinearAlgebra.h:40
The Parameters class stores parameter values read in from a solver input file.
Definition: Parameters.h:1414
Definition: Simulation.h:41
void set_module_parameters()
Set the simulation and module member data.
Definition: Simulation.cpp:74
void read_parameters(const std::string &fileName)
Read solver parameters.
Definition: Simulation.cpp:63
The SimulationLogger class is used to write information to a text file and optionally to cout.
Definition: SimulationLogger.h:40
This is the container for a mesh or NURBS patch, those specific to NURBS are noted.
Definition: ComMod.h:810