simulator.hh File Reference

Manages the initializing and running of time dependent problems. More...

#include <ewoms/io/restart.hh>
#include <ewoms/common/parametersystem.hh>
#include <ewoms/common/propertysystem.hh>
#include <ewoms/common/timer.hh>
#include <dune/common/version.hh>
#include <dune/common/mpihelper.hh>
#include <iostream>
#include <iomanip>
#include <memory>
Include dependency graph for simulator.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Ewoms::Simulator< TypeTag >
 Manages the initializing and running of time dependent problems. More...
 

Namespaces

 Ewoms
 
 Ewoms::Properties
 

Functions

 Ewoms::Properties::NEW_PROP_TAG (Scalar)
 Property to specify the type of scalar values. More...
 
 Ewoms::Properties::NEW_PROP_TAG (GridManager)
 Property which provides a GridManager (manages grids) More...
 
 Ewoms::Properties::NEW_PROP_TAG (GridView)
 The type of the grid view. More...
 
 Ewoms::Properties::NEW_PROP_TAG (Model)
 The class dealing with the balance equations. More...
 
 Ewoms::Properties::NEW_PROP_TAG (Problem)
 The type of the problem. More...
 
 Ewoms::Properties::NEW_PROP_TAG (EndTime)
 The default value for the simulation's end time. More...
 
 Ewoms::Properties::NEW_PROP_TAG (RestartTime)
 The default value for the simulation's restart time. More...
 
 Ewoms::Properties::NEW_PROP_TAG (InitialTimeStepSize)
 The default value for the simulation's initial time step size. More...
 

Detailed Description

Manages the initializing and running of time dependent problems.

This class instantiates the grid, the model and the problem to be simlated and runs the simulation loop. The time axis is treated as a sequence of "episodes" which are defined as time intervals for which the problem exhibits boundary conditions and source terms that do not depend on time.