template<class FluidState, class AdapterPolicy>
class Dumux::FluidStateAdapter< FluidState, AdapterPolicy >
- Template Parameters
- 
  
    | FluidState | the fluid state that is adapted to another fluid state's index set |  | AdapterPolicy |  |  
 
- Note
- This is useful when writing a fluid system that has another fluid system as an ingredient To forward to the other fluid system (which variables to be sorted according to its own indices) create the fluid state adapter of the fluid state to forward and pass the adapter to this fluid state. You need to provide an adapter policy which maps the phase and component indices from the embedded fluid system's indices to the actual fluid system's indices.