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
44c01439
Commit
44c01439
authored
Oct 29, 2008
by
henry
Browse files
Corrected an error in hc.
parent
fd57af99
Changes
3
Hide whitespace changes
Inline
Side-by-side
etc/apps/cint/bashrc
View file @
44c01439
...
...
@@ -31,7 +31,7 @@
#
#------------------------------------------------------------------------------
export
CINTSYSDIR
=
~/pub/CINT/cint
export
CINTSYSDIR
=
~/pub/CINT/cint
7
export
PATH
=
$PATH
:
$CINTSYSDIR
export
MANPATH
=
$MANPATH
:
$CINTSYSDIR
/doc
export
LD_LIBRARY_PATH
=
${
LD_LIBRARY_PATH
}
:
$CINTSYSDIR
...
...
src/thermophysicalModels/specie/thermo/janaf/janafThermoI.H
View file @
44c01439
...
...
@@ -164,7 +164,7 @@ inline Foam::scalar Foam::janafThermo<equationOfState>::hc() const
(
(((
a
[
4
]
/
5.0
*
Tstd
+
a
[
3
]
/
4.0
)
*
Tstd
+
a
[
2
]
/
3.0
)
*
Tstd
+
a
[
1
]
/
2.0
)
*
Tstd
+
a
[
0
]
)
*
Tstd
)
*
Tstd
+
a
[
5
]
);
}
...
...
src/turbulenceModels/LES/incompressible/Make/files
View file @
44c01439
...
...
@@ -27,6 +27,7 @@ dynMixedSmagorinsky/dynMixedSmagorinsky.C
/*Smagorinsky2/Smagorinsky2.C*/
kOmegaSSTSAS/kOmegaSSTSAS.C
/* Wall functions */
wallFunctions=derivedFvPatchFields/wallFunctions
...
...
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