![]() |
NLMech
0.1.0
|
Structure to read and store model related input data. More...
#include <modelDeck.h>

Public Member Functions | |
| ModelDeck () | |
| Constructor. | |
| void | print (int nt=0, int lvl=0) const |
| Prints the information about the instance of the object. More... | |
| std::string | printStr (int nt=0, int lvl=0) const |
| Returns the string containing information about the instance of the object. More... | |
Data Fields | |
| size_t | d_dim |
| Dimension. | |
| double | d_dt |
| Size of time steps. | |
| double | d_h |
| Mesh size. | |
| double | d_horizon |
| Horizon. | |
| bool | d_isRestartActive |
| Flag indicating if this restart problem. | |
| size_t | d_Nt |
| Number of time steps. | |
| int | d_rh |
| Ratio of Horizon to mesh size. More... | |
| std::string | d_simType |
| Simulation type. More... | |
| std::string | d_spatialDiscretization |
| Tag for spatial discretization. More... | |
| double | d_tFinal |
| Final simulation time. | |
| std::string | d_timeDiscretization |
| Tag for time discretization. More... | |
Structure to read and store model related input data.
|
inline |
Prints the information about the instance of the object.
| nt | Number of tabs to append before each line of string |
| lvl | Level of information sought (higher level means more information) |

|
inline |
Returns the string containing information about the instance of the object.
| nt | Number of tabs to append before each line of string |
| lvl | Level of information sought (higher level means more information) |
Referenced by print().


| int inp::ModelDeck::d_rh |
Ratio of Horizon to mesh size.
E.g. ratio = 4 means mesh size is 1/4th of the horizon.
| std::string inp::ModelDeck::d_simType |
| std::string inp::ModelDeck::d_spatialDiscretization |
Tag for spatial discretization.
List of allowed values are:
Referenced by printStr().
| std::string inp::ModelDeck::d_timeDiscretization |
Tag for time discretization.
List of allowed values are:
Referenced by printStr().