https://mooseframework.inl.gov
LinearFVEnthalpyFunctorMaterial.h
Go to the documentation of this file.
1 //* This file is part of the MOOSE framework
2 //* https://mooseframework.inl.gov
3 //*
4 //* All rights reserved, see COPYRIGHT for full restrictions
5 //* https://github.com/idaholab/moose/blob/master/COPYRIGHT
6 //*
7 //* Licensed under LGPL 2.1, please see LICENSE for details
8 //* https://www.gnu.org/licenses/lgpl-2.1.html
9 
10 #pragma once
11 
12 #include "FunctorMaterial.h"
13 
15 
22 {
23 public:
26 
27 protected:
32 
35 
39 
41 };
const SinglePhaseFluidProperties * _fluid
The fluid properties that contain the h from T conversion routines.
Common class for single phase fluid properties.
const Moose::Functor< Real > * _T_from_p_h_functor
const T & getUserObject(const std::string &param_name, bool is_dependency=true) const
Converts temperature to enthalpy or enthalpy to temperature using functor material properties...
const Moose::Functor< Real > * _h_from_p_T_functor
Pointers to the the conversion functors (in case the fluid property is not provided) ...
const InputParameters & parameters() const
LinearFVEnthalpyFunctorMaterial(const InputParameters &parameters)
const Moose::Functor< Real > & _pressure
Variables, treated as functors.