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
5d6e0023
Commit
5d6e0023
authored
Jan 03, 2013
by
andy
Browse files
STYLE: Updated solver header comments
parent
da7e8915
Changes
2
Hide whitespace changes
Inline
Side-by-side
applications/solvers/heatTransfer/buoyantBoussinesqPimpleFoam/buoyantBoussinesqPimpleFoam.C
View file @
5d6e0023
...
...
@@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2011 OpenFOAM Foundation
\\ / A nd | Copyright (C) 2011
-2013
OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
...
...
@@ -40,7 +40,7 @@ Description
Valid when:
\f[
rho_{
k
} << 1
\frac{beta(T - T_{ref})}{
rho_{
ref}
} << 1
\f]
\*---------------------------------------------------------------------------*/
...
...
applications/solvers/heatTransfer/buoyantBoussinesqSimpleFoam/buoyantBoussinesqSimpleFoam.C
View file @
5d6e0023
...
...
@@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2011 OpenFOAM Foundation
\\ / A nd | Copyright (C) 2011
-2013
OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
...
...
@@ -29,18 +29,18 @@ Description
Uses the Boussinesq approximation:
\f[
rho_{
eff
} = 1 - beta(T - T_{ref})
rho_{
k
} = 1 - beta(T - T_{ref})
\f]
where:
\f$ rho_{
eff
} \f$ = the effective (driving) density
\f$ rho_{
k
} \f$ = the effective (driving) density
beta = thermal expansion coefficient [1/K]
T = temperature [K]
\f$ T_{ref} \f$ = reference temperature [K]
Valid when:
\f[
rho_{ef
f
} << 1
\frac{beta(T - T_{ref})}{
rho_{
r
ef
}
} << 1
\f]
\*---------------------------------------------------------------------------*/
...
...
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