|
multiphasebasemodel.hh
Go to the documentation of this file.
A base class for fully-implicit multi-phase porous-media flow models which assume multiple fluid phas... Definition: multiphasebasemodel.hh:161 void globalPhaseStorage(EqVector &storage, unsigned phaseIdx) Compute the total storage inside one phase of all conservation quantities. Definition: multiphasebasemodel.hh:207 static void registerParameters() Register all run-time parameters for the immiscible model. Definition: multiphasebasemodel.hh:183 void registerOutputModules_() Definition: multiphasebasemodel.hh:259 MultiPhaseBaseModel(Simulator &simulator) Definition: multiphasebasemodel.hh:176 bool phaseIsConsidered(unsigned) const Returns true iff a fluid phase is used by the model. Definition: multiphasebasemodel.hh:197 The base class for the problems of ECFV discretizations which deal with a multi-phase flow through a ... Definition: multiphasebaseproblem.hh:65 static unsigned threadId() Return the index of the current OpenMP thread. Provides an STL-iterator like interface to iterate over the enties of a GridView in OpenMP threaded a... Definition: threadedentityiterator.hh:42 bool isFinished(const EntityIterator &it) const Definition: threadedentityiterator.hh:67 EntityIterator increment() Definition: threadedentityiterator.hh:80 EntityIterator beginParallel() Definition: threadedentityiterator.hh:54 VTK output module for quantities which make sense for all models which deal with multiple fluid phase... Definition: vtkmultiphasemodule.hpp:73 static void registerParameters() Register all run-time parameters for the multi-phase VTK output module. Definition: vtkmultiphasemodule.hpp:110 VTK output module for the temperature in which assume thermal equilibrium. Definition: vtktemperaturemodule.hpp:51 static void registerParameters() Register all run-time parameters for the Vtk output module. Definition: vtktemperaturemodule.hpp:75 Defines the common parameters for the porous medium multi-phase models. Defines the common properties required by the porous medium multi-phase models. Definition: blackoilmodel.hh:74 Definition: blackoilbioeffectsmodules.hh:45 typename Properties::Detail::GetSplicePropImpl< TypeTag, SpliceTypeTag, Property >::type::type GetSplicePropType Definition: propertysystem.hh:236 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 The type of the base class for all problems which use this model. Definition: fvbaseproperties.hh:89 NullMaterial< Traits > type Definition: multiphasebasemodel.hh:116 typename GetPropType< TypeTag, Properties::MaterialLaw >::Params type Definition: multiphasebasemodel.hh:125 The context material law (extracted from the spatial parameters) Definition: multiphasebaseproperties.hh:59 The material law which ought to be used (extracted from the spatial parameters) Definition: multiphasebaseproperties.hh:55 Number of chemical species in the system. Definition: multiphasebaseproperties.hh:47 Number of derivatives in the system of PDEs. Definition: basicproperties.hh:84 Number of fluid phases in the system. Definition: multiphasebaseproperties.hh:43 NullSolidEnergyLaw< GetPropType< TypeTag, Properties::Scalar > > type Definition: multiphasebasemodel.hh:131 typename GetPropType< TypeTag, Properties::SolidEnergyLaw >::Params type Definition: multiphasebasemodel.hh:137 The parameters of the material law for energy storage of the solid. Definition: multiphasebaseproperties.hh:67 The material law for the energy stored in the solid matrix. Definition: multiphasebaseproperties.hh:63 The splice to be used for the spatial discretization. Definition: multiphasebaseproperties.hh:39 std::tuple< GetSplicePropType< TypeTag, TTag::MultiPhaseBaseModel, Properties::SpatialDiscretizationSplice > > type Definition: multiphasebasemodel.hh:74 Definition: propertysystem.hh:42 Definition: multiphasebasemodel.hh:64 NullThermalConductionLaw< GetPropType< TypeTag, Properties::Scalar > > type Definition: multiphasebasemodel.hh:142 typename GetPropType< TypeTag, Properties::ThermalConductionLaw >::Params type Definition: multiphasebasemodel.hh:148 The parameters of the material law for thermal conduction. Definition: multiphasebaseproperties.hh:75 The material law for thermal conduction. Definition: multiphasebaseproperties.hh:71 |