fvbaseprimaryvariables.hh
Go to the documentation of this file.
Represents the primary variables used by the a model. Definition: fvbaseprimaryvariables.hh:53 FvBasePrimaryVariables() Definition: fvbaseprimaryvariables.hh:63 static void registerParameters() Definition: fvbaseprimaryvariables.hh:84 static void init() < Import base class assignment operators. Definition: fvbaseprimaryvariables.hh:79 FvBasePrimaryVariables(const FvBasePrimaryVariables &value)=default Assignment from another primary variables object. FvBasePrimaryVariables & operator=(const FvBasePrimaryVariables &value)=default Assignment from another primary variables object. void checkDefined() const Instruct valgrind to check the definedness of all attributes of this class. Definition: fvbaseprimaryvariables.hh:133 void assignNaive(const FluidState &) Assign the primary variables "somehow" from a fluid state. Definition: fvbaseprimaryvariables.hh:124 Evaluation makeEvaluation(unsigned varIdx, unsigned timeIdx, LinearizationType linearizationType=LinearizationType()) const Return a primary variable intensive evaluation. Definition: fvbaseprimaryvariables.hh:96 Declare the properties used by the infrastructure code of the finite volume discretizations. Definition: fvbaseprimaryvariables.hh:141 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 Definition: fvbaseprimaryvariables.hh:146 Definition: linearizationtype.hh:34 |