9#include "SimulationLogger.h"
10#include "LinearAlgebra.h"
20 const mshType& get_msh(
const std::string& name);
22 CepMod& get_cep_mod() {
return cep_mod; };
23 ChnlMod& get_chnl_mod() {
return chnl_mod; };
24 ComMod& get_com_mod() {
return com_mod; };
61 std::string history_file_name;
The CmMod class duplicates the data structures in the Fortran CMMOD module defined in COMU....
Definition CmMod.h:35
The ComMod class duplicates the data structures in the Fortran COMMOD module defined in MOD....
Definition ComMod.h:1514
The LinearAlgebra class provides an abstract interface to linear algebra frameworks: FSILS,...
Definition LinearAlgebra.h:13
The Parameters class stores parameter values read in from a solver input file.
Definition Parameters.h:1602
Definition Simulation.h:14
void set_module_parameters()
Set the simulation and module member data.
Definition Simulation.cpp:47
void read_parameters(const std::string &fileName)
Read solver parameters.
Definition Simulation.cpp:36
The SimulationLogger class is used to write information to a text file and optionally to cout.
Definition SimulationLogger.h:13
This is the container for a mesh or NURBS patch, those specific to NURBS are noted.
Definition ComMod.h:863