https://mooseframework.inl.gov
PINSFVEnergyTimeDerivative.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 "FVFunctorTimeKernel.h"
13 
15 {
16 public:
19 
20 protected:
21  ADReal computeQpResidual() override;
22 
28  const Moose::Functor<ADReal> * const _cp;
30  const Moose::Functor<ADReal> * const _h;
36  const bool _is_solid;
38  const Real _scaling;
40  const bool _zero_scaling;
41 };
const bool _is_solid
whether this kernel is being used for a solid or a fluid temperature
const Moose::Functor< ADReal > *const _h
the specific enthalpy
static InputParameters validParams()
DualNumber< Real, DNDerivativeType, true > ADReal
const Moose::Functor< ADReal > & _rho
the density
const Moose::Functor< ADReal > & _eps
the porosity
const Moose::Functor< ADReal > *const _cp
the specific heat or isobaric heat capacity
const Moose::Functor< ADReal > *const _rho_dot
the time derivative of the density
PINSFVEnergyTimeDerivative(const InputParameters &params)
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
const Real _scaling
scales the value of the kernel, used for faster steady state during pseudo transient ...
const Moose::Functor< ADReal > *const _h_dot
the time derivative of the specific enthalpy
const bool _zero_scaling
whether a zero scaling factor has been specifed