A container for all necessary variables to map an old solution to a new grid If the primary variables (pressure, total concentrations) are mapped to a new grid, the secondary variables can be calulated. For the mapping between sons and father, it is in addition necessary to know about how many sons live in each father ("count"). While only one phase pressure is PV, the method updateMaterialLaws() that recalculates the secondary variables needs both phase pressures (initiated via the capillary pressure of the last time step) to start the iteration to determine appropriate phase composition and pc. Hence, both phase pressures are mapped to the new solution.
More...
#include <dumux/porousmediumflow/2p2c/sequential/celldataadaptive.hh>
template<class TypeTag>
struct Dumux::CellData2P2CAdaptive< TypeTag >::AdaptedValues
A container for all necessary variables to map an old solution to a new grid If the primary variables (pressure, total concentrations) are mapped to a new grid, the secondary variables can be calulated. For the mapping between sons and father, it is in addition necessary to know about how many sons live in each father ("count"). While only one phase pressure is PV, the method updateMaterialLaws() that recalculates the secondary variables needs both phase pressures (initiated via the capillary pressure of the last time step) to start the iteration to determine appropriate phase composition and pc. Hence, both phase pressures are mapped to the new solution.
◆ AdaptedValues()
◆ cellVolume
Cell volume for transformation of volume-specific primary variables.
◆ count
counts the number of cells averaged
◆ fluxData_
Information on old flux direction.
◆ isRefined
Indicates if cell is refined.
◆ pressure_
Pressure primary variables
◆ subdomain
◆ totalConcentration_
Transport primary variables.
◆ volumeDerivatives_
Storage for volume derivatives, as transport estimate on old pressure field is not correct after refinement.
The documentation for this struct was generated from the following file: