fvbaseprimaryvariables.hh
Go to the documentation of this file.
100 Evaluation makeEvaluation(unsigned varIdx, unsigned timeIdx, LinearizationType linearizationType = LinearizationType()) const
Represents the primary variables used by the a model. Definition: fvbaseprimaryvariables.hh:52 FvBasePrimaryVariables() Definition: fvbaseprimaryvariables.hh:62 static void registerParameters() Definition: fvbaseprimaryvariables.hh:88 FvBasePrimaryVariables(const FvBasePrimaryVariables &value)=default Assignment from another primary variables object. FvBasePrimaryVariables & operator=(const FvBasePrimaryVariables &value)=default Assignment from another primary variables object. FvBasePrimaryVariables(Scalar value) Construction from a scalar value. Definition: fvbaseprimaryvariables.hh:69 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:100 Declare the properties used by the infrastructure code of the finite volume discretizations. Definition: fvbaseprimaryvariables.hh:141 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 Definition: fvbaseprimaryvariables.hh:146 Definition: linearizationtype.hh:35 |