PyFluidState.hpp
Go to the documentation of this file.
Defines a type tags and some fundamental properties all models. Definition: PyFluidState.hpp:36 std::map< std::string, int > getPrimaryVarMeaningMap(const std::string &variable) const Definition: PyFluidState_impl.hpp:64 PyFluidState(Simulator *simulator) Definition: PyFluidState_impl.hpp:38 std::vector< double > getFluidStateVariable(const std::string &name) const Definition: PyFluidState_impl.hpp:124 std::vector< int > getPrimaryVarMeaning(const std::string &variable) const Definition: PyFluidState_impl.hpp:48 void setPrimaryVariable(const std::string &idx_name, const double *data, std::size_t size) Definition: PyFluidState_impl.hpp:168 std::vector< double > getPrimaryVariable(const std::string &idx_name) const Definition: PyFluidState_impl.hpp:151 Declare the properties used by the infrastructure code of the finite volume discretizations. Defines the common properties required by the porous medium multi-phase models. Definition: PyBaseSimulator.hpp:41 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 Opm property system, traits with inheritance. |