start.hh File Reference

Provides convenience routines to bring up the simulation at runtime. More...

#include <ewoms/common/propertysystem.hh>
#include <opm/material/densead/Evaluation.hpp>
#include "parametersystem.hh"
#include <ewoms/version.hh>
#include <ewoms/common/simulator.hh>
#include <ewoms/common/timer.hh>
#include <opm/common/Valgrind.hpp>
#include <opm/common/ResetLocale.hpp>
#include <dune/grid/io/file/dgfparser/dgfparser.hh>
#include <dune/common/version.hh>
#include <dune/common/parametertreeparser.hh>
#include <dune/common/parallel/mpihelper.hh>
#include <fstream>
#include <iostream>
#include <sstream>
#include <string>
#include <locale>
#include <stdio.h>
#include <unistd.h>
#include <time.h>
#include <signal.h>
#include <string.h>

Go to the source code of this file.

Functions

 Ewoms::Properties::NEW_PROP_TAG (Scalar)
 Property to specify the type of scalar values. More...
 
 Ewoms::Properties::NEW_PROP_TAG (Simulator)
 Manages the simulation time. More...
 
 Ewoms::Properties::NEW_PROP_TAG (ThreadManager)
 The OpenMP threads manager.
 
 Ewoms::Properties::NEW_PROP_TAG (PrintProperties)
 Print all properties on startup? More...
 
 Ewoms::Properties::NEW_PROP_TAG (PrintParameters)
 Print all parameters on startup? More...
 
 Ewoms::Properties::NEW_PROP_TAG (ParameterFile)
 Property provides the name of the file from which the additional runtime parameters should to be loaded from.
 

Detailed Description

Provides convenience routines to bring up the simulation at runtime.

Function Documentation

◆ NEW_PROP_TAG() [1/4]

Ewoms::Properties::NEW_PROP_TAG ( Scalar  )

Property to specify the type of scalar values.

The type of scalar values.

◆ NEW_PROP_TAG() [2/4]

Ewoms::Properties::NEW_PROP_TAG ( Simulator  )

Manages the simulation time.

The simulation management class of the simulation.

◆ NEW_PROP_TAG() [3/4]

Ewoms::Properties::NEW_PROP_TAG ( PrintProperties  )

Print all properties on startup?

0 means 'no', 1 means 'yes', 2 means 'print only to logfiles'. The default is 2.

◆ NEW_PROP_TAG() [4/4]

Ewoms::Properties::NEW_PROP_TAG ( PrintParameters  )

Print all parameters on startup?

0 means 'no', 1 means 'yes', 2 means 'print only to logfiles'. The default is 2.