Loading [MathJax]/extensions/tex2jax.js
www.mooseframework.org
Main Page
Classes
Class Index
Class List
Files
File List
File Members
All
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
x
Functions
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
x
Variables
Typedefs
c
d
f
r
u
Enumerations
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
navier_stokes
src
materials
Functions
Air.C File Reference
Go to the source code of this file.
Functions
registerMooseObject
("NavierStokesApp", Air)
template<>
InputParameters
validParams< Air >
()
Function Documentation
◆
registerMooseObject()
registerMooseObject
(
"NavierStokesApp"
,
Air
)
◆
validParams< Air >()
template<>
InputParameters
validParams
<
Air
>
(
)
Definition at line
18
of file
Air.C
.
19
{
20
InputParameters params =
validParams<NavierStokesMaterial>
();
21
22
params.addClassDescription(
"Air."
);
23
// Allow the user to specify the dynamic viscosity from the input file,
24
// otherwise use the value at 300K by default
25
params.addParam<Real>(
"dynamic_viscosity"
, 1.9830e-5,
"in kg/m/s"
);
26
27
return
params;
28
}
validParams< NavierStokesMaterial >
InputParameters validParams< NavierStokesMaterial >()
Definition:
NavierStokesMaterial.C:25
Generated on Sat Jan 25 2020 12:04:49 for www.mooseframework.org by
1.8.16