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