https://mooseframework.inl.gov
TestConservedVarFluidProperties.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 
13 
14 #pragma GCC diagnostic push
15 #pragma GCC diagnostic ignored "-Woverloaded-virtual"
16 
18 {
19 public:
21 
23 
24  ADReal p_from_v_e(const ADReal & v, const ADReal & /*e*/) const override;
25  ADReal T_from_v_e(const ADReal & /*v*/, const ADReal & /*e*/) const override;
26 };
27 
28 #pragma GCC diagnostic pop
ADReal p_from_v_e(const ADReal &v, const ADReal &) const override
ADReal T_from_v_e(const ADReal &, const ADReal &) const override
TestConservedVarFluidProperties(const InputParameters &parameters)
const InputParameters & parameters() const
Ideal gas fluid properties Default parameters are for air at atmospheric pressure and temperature...