Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Antoine Jacquey
LYNX
Commits
d468ed4e
Commit
d468ed4e
authored
Apr 17, 2019
by
Antoine Jacquey
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed bug in LynxDensityThermal.
parent
145074ca
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
src/materials/LynxDensityThermal.C
src/materials/LynxDensityThermal.C
+1
-0
No files found.
src/materials/LynxDensityThermal.C
View file @
d468ed4e
...
...
@@ -29,6 +29,7 @@ validParams<LynxDensityThermal>()
InputParameters
params
=
validParams
<
LynxDensityBase
>
();
params
.
addClassDescription
(
"Material calculating densities as a simple linear function of temperature."
);
params
.
addRequiredCoupledVar
(
"temperature"
,
"The temperature variable."
);
params
.
addParam
<
std
::
vector
<
Real
>>
(
"beta_fluid"
,
"The fluid thermal expansion coefficient."
);
params
.
addParam
<
std
::
vector
<
Real
>>
(
"beta_solid"
,
"The solid thermal expansion coefficient."
);
params
.
addParam
<
Real
>
(
"reference_temperature"
,
0
.
0
,
"The reference temperature."
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment