unstructuredgridvanguard.hh
Go to the documentation of this file.
Provides the base class for most (all?) simulator vanguards. Definition: basevanguard.hh:50 Provides a simulator vanguard which creates a grid by parsing an unstructured grid file. Definition: unstructuredgridvanguard.hh:46 static void registerParameters() Register all run-time parameters for the unstructured grid simulator vanguard. Definition: unstructuredgridvanguard.hh:59 const Grid & grid() const Return a constant reference to the grid object. Definition: unstructuredgridvanguard.hh:102 UnstructuredGridVanguard(Simulator &simulator) Load the grid from the file. Definition: unstructuredgridvanguard.hh:70 Grid & grid() Return a reference to the grid object. Definition: unstructuredgridvanguard.hh:95 Definition: blackoilboundaryratevector.hh:39 typename Properties::Detail::GetPropImpl< TypeTag, Property >::type::type GetPropType get the type alias defined in the property (equivalent to old macro GET_PROP_TYPE(.... Definition: propertysystem.hh:233 This file provides the infrastructure to retrieve run-time parameters. The Opm property system, traits with inheritance. |