https://mooseframework.inl.gov
Loading...
Searching...
No Matches
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
Converts temperature to enthalpy or enthalpy to temperature using functor material properties.
const Moose::Functor< Real > & _pressure
Variables, treated as functors.
const Moose::Functor< Real > * _h_from_p_T_functor
Pointers to the the conversion functors (in case the fluid property is not provided)
const SinglePhaseFluidProperties * _fluid
The fluid properties that contain the h from T conversion routines.
const Moose::Functor< Real > * _T_from_p_h_functor
const InputParameters & parameters() const
Common class for single phase fluid properties.
const T & getUserObject(const std::string &param_name, bool is_dependency=true) const