valSPH
 All Classes Files Functions Variables
Configuration Class Reference

#include <Configuration.h>

Collaboration diagram for Configuration:
Collaboration graph

Public Member Functions

 Configuration ()
 It creates a new empty Configuration.
 
 Configuration (const char *confFile)
 It creates a Configuration object whit the values of the .ini file.
 
int getDim ()
 It retrieves the number of dimensions of the stage.
 
vector< double > getXiMin ()
 It retrieves all the minimum xi values of the stage.
 
vector< double > getXiMax ()
 It retrieves the maximum xi values of the stage.
 
int getNumberOfParticles ()
 It retrieves the number of particles of the Configuration.
 
double getSmoothingLength ()
 It retrieves the smoothing length.
 
string getNNPS ()
 It retrieves the NNPS method.
 
double getInitialTimeSimulation ()
 It retrieves the initial time simulation of the Configuration.
 
double getFinalTimeSimulation ()
 It retrieves the final time simulation.
 
int getNumberOfSteps ()
 It retrieves the number of steps of the simulation.
 
double getIntervalSize ()
 It retrieves the interval size of the simulation.
 
string getOdeSolver ()
 It retrieves the ODE solver method.
 
string getDisplay ()
 It retrieves the display file format.
 
string getTypeOfEquation ()
 It retrieves the type of the equation of the fluid.
 
string getEoS ()
 It retrieves the EoS model of the fluid.
 
string getKernel ()
 It retrieves the SPH's kernel.
 
 ~Configuration ()
 It destroys the Configuration object.
 

Constructor & Destructor Documentation

Configuration::Configuration ( )

It creates a new empty Configuration.

Configuration::Configuration ( const char *  confFile)

It creates a Configuration object whit the values of the .ini file.

Parameters
confFilenombre del fichero .ini
Configuration::~Configuration ( )

It destroys the Configuration object.

Member Function Documentation

int Configuration::getDim ( )

It retrieves the number of dimensions of the stage.

Returns
the number of dimensions of the stage

Here is the caller graph for this function:

string Configuration::getDisplay ( )

It retrieves the display file format.

Returns
the display file format

Here is the caller graph for this function:

string Configuration::getEoS ( )

It retrieves the EoS model of the fluid.

Returns
the EoS model of the fluid

Here is the caller graph for this function:

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

Here is the caller graph for this function:

string Configuration::getNNPS ( )

It retrieves the NNPS method.

Returns
the NNPS method

Here is the caller graph for this function:

int Configuration::getNumberOfParticles ( )

It retrieves the number of particles of the Configuration.

Returns
number of particles of the simulation

Here is the caller graph for this function:

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

Here is the caller graph for this function:

double Configuration::getSmoothingLength ( )

It retrieves the smoothing length.

Returns
smoothing length for the simulation

Here is the caller graph for this function:

string Configuration::getTypeOfEquation ( )

It retrieves the type of the equation of the fluid.

Returns
the type of the equation of the fluid

Here is the caller graph for this function:

vector< double > Configuration::getXiMax ( )

It retrieves the maximum xi values of the stage.

Returns
maximum xi values of the stage

Here is the caller graph for this function:

vector< double > Configuration::getXiMin ( )

It retrieves all the minimum xi values of the stage.

Returns
minimum xi values of the stage

Here is the caller graph for this function:


The documentation for this class was generated from the following files: