Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
79f20242
Commit
79f20242
authored
Oct 15, 2015
by
Chris Greenshields
Browse files
template cases: corrected BirdCarreauCoeffs names (m -> k)
parent
f3d4e512
Changes
4
Hide whitespace changes
Inline
Side-by-side
etc/templates/axisymmetricJet/constant/transportProperties
View file @
79f20242
...
...
@@ -22,7 +22,7 @@ BirdCarreauCoeffs
{
nu0 [0 2 -1 0 0 0 0] 1e-03;
nuInf [0 2 -1 0 0 0 0] 1e-05;
m
[0 0 1 0 0 0 0] 1;
k
[0 0 1 0 0 0 0] 1;
n [0 0 0 0 0 0 0] 0.5;
}
...
...
etc/templates/closedVolumeRotating/constant/transportProperties
View file @
79f20242
...
...
@@ -22,7 +22,7 @@ BirdCarreauCoeffs
{
nu0 [0 2 -1 0 0 0 0] 1e-03;
nuInf [0 2 -1 0 0 0 0] 1e-05;
m
[0 0 1 0 0 0 0] 1;
k
[0 0 1 0 0 0 0] 1;
n [0 0 0 0 0 0 0] 0.5;
}
...
...
etc/templates/inflowOutflow/constant/transportProperties
View file @
79f20242
...
...
@@ -22,7 +22,7 @@ BirdCarreauCoeffs
{
nu0 [0 2 -1 0 0 0 0] 1e-03;
nuInf [0 2 -1 0 0 0 0] 1e-05;
m
[0 0 1 0 0 0 0] 1;
k
[0 0 1 0 0 0 0] 1;
n [0 0 0 0 0 0 0] 0.5;
}
...
...
etc/templates/inflowOutflowRotating/constant/transportProperties
View file @
79f20242
...
...
@@ -22,7 +22,7 @@ BirdCarreauCoeffs
{
nu0 [0 2 -1 0 0 0 0] 1e-03;
nuInf [0 2 -1 0 0 0 0] 1e-05;
m
[0 0 1 0 0 0 0] 1;
k
[0 0 1 0 0 0 0] 1;
n [0 0 0 0 0 0 0] 0.5;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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