checkFluidSystem.hpp File Reference
Include dependency graph for checkFluidSystem.hpp:

Go to the source code of this file.

Classes

class  HairSplittingFluidState< ScalarT, FluidSystem, BaseFluidState >
 This is a fluid state which makes sure that only the quantities allowed are accessed. More...
 

Functions

template<class Scalar , class BaseFluidState >
void checkFluidState (const BaseFluidState &fs)
 
template<class Scalar , class FluidSystem , class RhsEval , class LhsEval >
void checkFluidSystem ()
 Checks whether a fluid system adheres to the specification. More...
 

Detailed Description

Checks whether a fluid system adheres to the specification.

Function Documentation

◆ checkFluidState()

template<class Scalar , class BaseFluidState >
void checkFluidState ( const BaseFluidState &  fs)

◆ checkFluidSystem()

template<class Scalar , class FluidSystem , class RhsEval , class LhsEval >
void checkFluidSystem ( )

Checks whether a fluid system adheres to the specification.

References HairSplittingFluidState< ScalarT, FluidSystem, BaseFluidState >::allowTemperature().