|
| void | Output::initFieldsKeyWords () |
| | Initialize the keywords of the fields.
|
| |
| void | Output::writeGrid (Mesh *mesh, CellType cell_type_representation=CellType::CELLS, double time=0.0) |
| | Write the grid mesh into a vtu file.
|
| |
| void | Output::writeParticles (vector< Particle * > *particles, double time=0.0) |
| | Write the particles of the model into a vtu file.
|
| |
| void | Output::writeBody (Body *body, double time=0.0) |
| | Write the particles in a body.
|
| |
| void | Output::writeResultsSeries () |
| | Write the time series of the results.
|
| |
| void | Output::writeBodies (vector< Body * > *bodies, double time=0.0) |
| | Write the particles forming bodies.
|
| |
| void | Output::configureResultFiels (vector< string > fields) |
| | Configures the fields to be written.
|
| |
| void | Output::configureGridResultFiels (vector< string > fields) |
| | Configures the grid fields to be written.
|
| |
| bool | Output::isFieldRequired (string field) |
| | Verify is the grid field must be written.
|
| |
| bool | Output::isGridFieldRequired (string field) |
| | Verify is the field must be written.
|
| |
| void | Output::writeResultInStep (int resultSteps, vector< Particle * > *particles, double iTime) |
| | Write results if the step is the step result.
|
| |
| void | Output::writeGridInStep (int resultSteps, Mesh *mesh, double iTime) |
| | Write grid results if the step is the step result.
|
| |
| void | Output::writeInitialState (vector< Body * > *bodies, double iTime, Mesh *mesh) |
| | Write the initial state of the simulation.
|
| |
| void | Output::welcomeScreen () |
| | Print initial program screen.
|
| |
| void | Output::farewellScreen () |
| | Print final program screen.
|
| |
| void | Output::printElapsedTime () |
| | Print elapsed time.
|
| |