Declares the properties required by the compositional multi-phase model based on flash calculations. More...
#include <ewoms/models/common/multiphasebaseproperties.hh>
#include <ewoms/io/vtkcompositionmodule.hh>
#include <ewoms/io/vtkenergymodule.hh>
#include <ewoms/io/vtkdiffusionmodule.hh>
Go to the source code of this file.
Functions | |
Ewoms::Properties::NEW_PROP_TAG (FluidSystem) | |
The fluid systems including the information about the phases. More... | |
Ewoms::Properties::NEW_PROP_TAG (FlashSolver) | |
The type of the flash constraint solver. | |
Ewoms::Properties::NEW_PROP_TAG (FlashTolerance) | |
The maximum accepted error of the flash solver. | |
Ewoms::Properties::NEW_PROP_TAG (HeatConductionLaw) | |
The material law for heat conduction. More... | |
Ewoms::Properties::NEW_PROP_TAG (HeatConductionLawParams) | |
The parameters of the material law for heat conduction. More... | |
Ewoms::Properties::NEW_PROP_TAG (EnableEnergy) | |
Specifies whether energy should be considered as a conservation quantity or not. More... | |
Ewoms::Properties::NEW_PROP_TAG (EnableDiffusion) | |
Enable diffusive fluxes? | |
Declares the properties required by the compositional multi-phase model based on flash calculations.
Ewoms::Properties::NEW_PROP_TAG | ( | HeatConductionLaw | ) |
The material law for heat conduction.
The heat conduction law which ought to be used.
Ewoms::Properties::NEW_PROP_TAG | ( | HeatConductionLawParams | ) |
The parameters of the material law for heat conduction.
The parameters of the heat conduction law.
Ewoms::Properties::NEW_PROP_TAG | ( | EnableEnergy | ) |
Specifies whether energy should be considered as a conservation quantity or not.
Specifies whether energy is considered as a conservation quantity or not.
Enable the energy equation?
Specify whether energy should be considered as a conservation quantity or not.
Ewoms::Properties::NEW_PROP_TAG | ( | FluidSystem | ) |
The fluid systems including the information about the phases.
The fluid system used for the problem.
Provides the thermodynamic relations.