flash/flashmodel.hh
Go to the documentation of this file.
72struct LocalResidual<TypeTag, TTag::FlashModel> { using type = Opm::FlashLocalResidual<TypeTag>; };
86struct PrimaryVariables<TypeTag, TTag::FlashModel> { using type = Opm::FlashPrimaryVariables<TypeTag>; };
94struct BoundaryRateVector<TypeTag, TTag::FlashModel> { using type = Opm::FlashBoundaryRateVector<TypeTag>; };
98struct IntensiveQuantities<TypeTag, TTag::FlashModel> { using type = Opm::FlashIntensiveQuantities<TypeTag>; };
102struct ExtensiveQuantities<TypeTag, TTag::FlashModel> { using type = Opm::FlashExtensiveQuantities<TypeTag>; };
106struct Indices<TypeTag, TTag::FlashModel> { using type = Opm::FlashIndices<TypeTag, /*PVIdx=*/0>; };
Provides the auxiliary methods required for consideration of the energy equation. Definition: energymodule.hh:50 Implements a boundary vector for the fully implicit compositional multi-phase model which is based on... Definition: flashboundaryratevector.hh:45 This template class contains the data which is required to calculate all fluxes of components over a ... Definition: flashextensivequantities.hh:54 Defines the primary variable and equation indices for the compositional multi-phase model based on fl... Definition: flash/flashindices.hh:47 Contains the intensive quantities of the flash-based compositional multi-phase model. Definition: flash/flashintensivequantities.hh:58 Calculates the local residual of the compositional multi-phase model based on flash calculations. Definition: flash/flashlocalresidual.hh:46 A compositional multi-phase model based on flash-calculations. Definition: ptflash/flashmodel.hh:187 static void registerParameters() Register all run-time parameters for the immiscible model. Definition: flash/flashmodel.hh:206 Scalar primaryVarWeight(unsigned globalDofIdx, unsigned pvIdx) const Returns the relative weight of a primary variable for calculating relative errors. Definition: flash/flashmodel.hh:283 Scalar eqWeight(unsigned globalDofIdx, unsigned eqIdx) const Returns the relative weight of an equation. Definition: flash/flashmodel.hh:302 std::string primaryVarName(unsigned pvIdx) const Given an primary variable index, return a human readable name. Definition: flash/flashmodel.hh:242 void registerOutputModules_() Definition: flash/flashmodel.hh:314 std::string eqName(unsigned eqIdx) const Given an equation index, return a human readable name. Definition: flash/flashmodel.hh:262 Represents the primary variables used by the compositional flow model based on flash calculations. Definition: flash/flashprimaryvariables.hh:57 Definition: flashratevector.hh:48 A base class for fully-implicit multi-phase porous-media flow models which assume multiple fluid phas... Definition: multiphasebasemodel.hh:153 static void registerParameters() Register all run-time parameters for the immiscible model. Definition: multiphasebasemodel.hh:179 void registerOutputModules_() Definition: multiphasebasemodel.hh:254 Manages the initializing and running of time dependent problems. Definition: simulator.hh:102 VTK output module for the fluid composition. Definition: vtkcompositionmodule.hh:69 static void registerParameters() Register all run-time parameters for the Vtk output module. Definition: vtkcompositionmodule.hh:96 VTK output module for quantities which make sense for models which incorperate molecular diffusion. Definition: vtkdiffusionmodule.hh:65 static void registerParameters() Register all run-time parameters for the Vtk output module. Definition: vtkdiffusionmodule.hh:92 VTK output module for quantities which make sense for models which assume thermal equilibrium. Definition: vtkenergymodule.hh:66 static void registerParameters() Register all run-time parameters for the Vtk output module. Definition: vtkenergymodule.hh:93 Contains the classes required to consider energy as a conservation quantity in a multi-phase module. Declares the parameters for the compositional multi-phase model based on flash calculations. Declares the properties required by the compositional multi-phase model based on flash calculations. Definition: blackoilmodel.hh:72 Definition: blackoilboundaryratevector.hh:37 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:235 Type of object for specifying boundary conditions. Definition: fvbaseproperties.hh:119 Specify whether energy should be considered as a conservation quantity or not. Definition: multiphasebaseproperties.hh:76 Data required to calculate a flux over a face. Definition: fvbaseproperties.hh:149 Opm::NcpFlash< GetPropType< TypeTag, Properties::Scalar >, GetPropType< TypeTag, Properties::FluidSystem > > type Definition: flash/flashmodel.hh:78 The type of the flash constraint solver. Definition: flashproperties.hh:39 The secondary variables within a sub-control volume. Definition: fvbaseproperties.hh:133 The type of the local residual function. Definition: fvbaseproperties.hh:94 A vector of primary variables within a sub-control volume. Definition: fvbaseproperties.hh:130 Vector containing volumetric or areal rates of quantities. Definition: fvbaseproperties.hh:116 The type tag for the isothermal single phase problems. Definition: flash/flashmodel.hh:67 std::tuple< MultiPhaseBaseModel > InheritsFrom Definition: flash/flashmodel.hh:67 |