Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
d2db25ad
Commit
d2db25ad
authored
Jul 10, 2019
by
Andrew Heather
Browse files
CONFIG: Updated pressure FO config wrappers. See
#1356
parent
e03c0977
Changes
3
Hide whitespace changes
Inline
Side-by-side
etc/caseDicts/postProcessing/pressure/staticPressure.cfg
View file @
d2db25ad
...
...
@@ -8,8 +8,7 @@
#includeEtc "caseDicts/postProcessing/pressure/pressure.cfg"
calcTotal no;
calcCoeff no;
mode static;
rho rhoInf;
// ************************************************************************* //
etc/caseDicts/postProcessing/pressure/totalPressureCompressible.cfg
View file @
d2db25ad
...
...
@@ -8,7 +8,6 @@
#includeEtc "caseDicts/postProcessing/pressure/pressure.cfg"
calcTotal yes;
calcCoeff no;
mode total;
// ************************************************************************* //
etc/caseDicts/postProcessing/pressure/totalPressureIncompressible.cfg
View file @
d2db25ad
...
...
@@ -8,8 +8,7 @@
#includeEtc "caseDicts/postProcessing/pressure/pressure.cfg"
calcTotal yes;
calcCoeff no;
mode total;
rho rhoInf;
// ************************************************************************* //
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