https://mooseframework.inl.gov
INSAD3Eqn.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 "INSADMaterial.h"
13 
18 class INSAD3Eqn : public INSADMaterial
19 {
20 public:
22 
24 
25  void subdomainSetup() override;
26 
27 protected:
28  void computeQpProperties() override;
29 
34 
39 
43 
50 
53 };
Real _ambient_temperature
Definition: INSAD3Eqn.h:46
const ADVariableValue * _temperature_dot
Definition: INSAD3Eqn.h:32
const ADMaterialProperty< Real > & _cp
Definition: INSAD3Eqn.h:33
Computes properties needed for stabilized formulations of the mass, momentum, and energy equations...
Definition: INSAD3Eqn.h:18
void computeQpProperties() override
Definition: INSAD3Eqn.C:94
static InputParameters validParams()
Definition: INSAD3Eqn.C:17
void subdomainSetup() override
Definition: INSAD3Eqn.C:45
const ADVariableValue & _temperature
Definition: INSAD3Eqn.h:30
const ADVariableValue * _heat_source_var
Definition: INSAD3Eqn.h:48
ADMaterialProperty< Real > & _temperature_source_strong_residual
Definition: INSAD3Eqn.h:38
INSAD3Eqn(const InputParameters &parameters)
Definition: INSAD3Eqn.C:27
ADMaterialProperty< Real > & _temperature_ambient_convection_strong_residual
Definition: INSAD3Eqn.h:37
ADMaterialProperty< Real > & _temperature_td_strong_residual
Definition: INSAD3Eqn.h:36
ADMaterialProperty< Real > & _temperature_advective_strong_residual
Definition: INSAD3Eqn.h:35
bool _has_ambient_convection
Definition: INSAD3Eqn.h:44
const ADVariableGradient & _grad_temperature
Definition: INSAD3Eqn.h:31
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
Real _ambient_convection_alpha
Definition: INSAD3Eqn.h:45
bool _has_energy_transient
Whether the energy equation is transient.
Definition: INSAD3Eqn.h:52
const InputParameters & parameters() const
bool _has_heat_source
Definition: INSAD3Eqn.h:47
ADMaterialProperty< Real > & _temperature_advected_mesh_strong_residual
The strong residual for the temperature transport term corresponding to mesh velocity in an ALE simul...
Definition: INSAD3Eqn.h:42
const Function * _heat_source_function
Definition: INSAD3Eqn.h:49