#include <Configuration.h>
| Configuration::Configuration |
( |
| ) |
|
| Configuration::Configuration |
( |
const char * |
confFile | ) |
|
It creates a Configuration object whit the values of the .ini file.
- Parameters
-
| confFile | nombre del fichero .ini |
| Configuration::~Configuration |
( |
| ) |
|
| int Configuration::getDim |
( |
| ) |
|
It retrieves the number of dimensions of the stage.
- Returns
- the number of dimensions of the stage
| string Configuration::getDisplay |
( |
| ) |
|
It retrieves the display file format.
- Returns
- the display file format
| string Configuration::getEoS |
( |
| ) |
|
It retrieves the EoS model of the fluid.
- Returns
- the EoS model of the fluid
| double Configuration::getFinalTimeSimulation |
( |
| ) |
|
It retrieves the final time simulation.
- Returns
- final time simulation
| double Configuration::getInitialTimeSimulation |
( |
| ) |
|
It retrieves the initial time simulation of the Configuration.
- Returns
- initial time simulation
| double Configuration::getIntervalSize |
( |
| ) |
|
It retrieves the interval size of the simulation.
- Returns
- interval size
| string Configuration::getKernel |
( |
| ) |
|
It retrieves the SPH's kernel.
- Returns
- the SPH's kernel
| string Configuration::getNNPS |
( |
| ) |
|
It retrieves the NNPS method.
- Returns
- the NNPS method
| int Configuration::getNumberOfParticles |
( |
| ) |
|
It retrieves the number of particles of the Configuration.
- Returns
- number of particles of the simulation
| int Configuration::getNumberOfSteps |
( |
| ) |
|
It retrieves the number of steps of the simulation.
- Returns
- number of steps of the simulation
| string Configuration::getOdeSolver |
( |
| ) |
|
It retrieves the ODE solver method.
- Returns
- the ODE solver method
| double Configuration::getSmoothingLength |
( |
| ) |
|
It retrieves the smoothing length.
- Returns
- smoothing length for the simulation
| string Configuration::getTypeOfEquation |
( |
| ) |
|
It retrieves the type of the equation of the fluid.
- Returns
- the type of the equation of the fluid
| vector< double > Configuration::getXiMax |
( |
| ) |
|
It retrieves the maximum xi values of the stage.
- Returns
- maximum xi values of the stage
| vector< double > Configuration::getXiMin |
( |
| ) |
|
It retrieves all the minimum xi values of the stage.
- Returns
- minimum xi values of the stage
The documentation for this class was generated from the following files: