My Project
Opm::NullParameterCache< Evaluation > Class Template Reference

A parameter cache which does nothing. More...

#include <NullParameterCache.hpp>

Inheritance diagram for Opm::NullParameterCache< Evaluation >:
Opm::ParameterCacheBase< NullParameterCache< Evaluation > > Opm::BrineCO2FluidSystem< Scalar, CO2Tables >::ParameterCache< Evaluation > Opm::H2OAirFluidSystem< Scalar, H2Otype >::ParameterCache< Evaluation > Opm::H2OAirMesityleneFluidSystem< Scalar >::ParameterCache< Evaluation > Opm::H2OAirXyleneFluidSystem< Scalar >::ParameterCache< Evaluation > Opm::H2ON2LiquidPhaseFluidSystem< Scalar >::ParameterCache< Evaluation > Opm::SinglePhaseFluidSystem< Scalar, Fluid >::ParameterCache< Evaluation > Opm::TwoPhaseImmiscibleFluidSystem< Scalar, WettingPhase, NonwettingPhase >::ParameterCache< Evaluation >

Additional Inherited Members

- Public Types inherited from Opm::ParameterCacheBase< NullParameterCache< Evaluation > >
enum  ExceptQuantities
 Constants for ORing the quantities of the fluid state that have not changed since the last update.
 
- Public Member Functions inherited from Opm::ParameterCacheBase< NullParameterCache< Evaluation > >
void assignPersistentData (const OtherCache &)
 Copy the data which is not dependent on the type of the Scalars from another parameter cache.
 
void updateAll (const FluidState &fluidState, int=None)
 Update the quantities of the parameter cache for all phases. More...
 
void updateAllPressures (const FluidState &fluidState)
 Update pressure dependent quantities of the parameter cache for all phases. More...
 
void updateAllTemperatures (const FluidState &fluidState)
 Update temperature dependent quantities of the parameter cache for all phases. More...
 
void updatePhase (const FluidState &, unsigned, int=None)
 Update all cached parameters of a specific fluid phase. More...
 
void updateTemperature (const FluidState &fluidState, unsigned phaseIdx)
 Update all cached parameters of a specific fluid phase which depend on temperature. More...
 
void updatePressure (const FluidState &fluidState, unsigned phaseIdx)
 Update all cached parameters of a specific fluid phase which depend on pressure. More...
 
void updateComposition (const FluidState &fluidState, unsigned phaseIdx)
 Update all cached parameters of a specific fluid phase which depend on composition. More...
 
void updateSingleMoleFraction (const FluidState &fluidState, unsigned phaseIdx, unsigned)
 Update all cached parameters of a specific fluid phase which depend on the mole fraction of a single component. More...
 

Detailed Description

template<class Evaluation>
class Opm::NullParameterCache< Evaluation >

A parameter cache which does nothing.


The documentation for this class was generated from the following file: