https://mooseframework.inl.gov
Loading...
Searching...
No Matches
Classes | Functions
INSADObjectTracker.h File Reference

Go to the source code of this file.

Classes

class  INSADObjectTracker
 Object for tracking what kernels have been added to an INSAD simulation. More...
 

Functions

void addAmbientConvectionParams (InputParameters &params)
 Global for adding ambient convection parameters.
 

Function Documentation

◆ addAmbientConvectionParams()

void addAmbientConvectionParams ( InputParameters params)

Global for adding ambient convection parameters.

Definition at line 82 of file INSADObjectTracker.C.

83{
84 params.addParam<bool>(
85 "has_ambient_convection",
86 false,
87 "Whether for the energy equation there is a heat source/sink due to convection "
88 "from ambient surroundings");
89 params.addParam<Real>("ambient_convection_alpha",
90 "The heat transfer coefficient from from ambient surroundings");
91 params.addParam<Real>("ambient_temperature", "The ambient temperature");
92}
void addParam(const std::string &name, const std::initializer_list< typename T::value_type > &value, const std::string &doc_string)
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real

Referenced by INSAction::validParams(), and INSADObjectTracker::validTrackerParams().