|
fvbaseprimaryvariables.hh
Go to the documentation of this file.
Represents the primary variables used by the a model. Definition: fvbaseprimaryvariables.hh:54 OPM_HOST_DEVICE FvBasePrimaryVariables(const FvBasePrimaryVariables< OtherTypeTag, OtherVectorType > &other) Copy constructor from another primary variables object. Definition: fvbaseprimaryvariables.hh:74 OPM_HOST_DEVICE FvBasePrimaryVariables() Definition: fvbaseprimaryvariables.hh:64 OPM_HOST_DEVICE Evaluation makeEvaluation(unsigned varIdx, unsigned timeIdx, LinearizationType linearizationType=LinearizationType()) const Return a primary variable intensive evaluation. Definition: fvbaseprimaryvariables.hh:116 OPM_HOST_DEVICE void checkDefined() const Instruct valgrind to check the definedness of all attributes of this class. Definition: fvbaseprimaryvariables.hh:153 OPM_HOST_DEVICE void assignNaive(const FluidState &) Assign the primary variables "somehow" from a fluid state. Definition: fvbaseprimaryvariables.hh:144 FvBasePrimaryVariables(const FvBasePrimaryVariables &value)=default Assignment from another primary variables object. static void registerParameters() Definition: fvbaseprimaryvariables.hh:104 static OPM_HOST_DEVICE void init() < Import base class assignment operators. Definition: fvbaseprimaryvariables.hh:99 FvBasePrimaryVariables & operator=(const FvBasePrimaryVariables &value)=default Assignment from another primary variables object. Declare the properties used by the infrastructure code of the finite volume discretizations. Definition: fvbaseprimaryvariables.hh:161 Definition: blackoilbioeffectsmodules.hh:43 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 Definition: fvbaseprimaryvariables.hh:166 Definition: linearizationtype.hh:34 |