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
090768c0
Commit
090768c0
authored
Dec 19, 2014
by
Henry
Browse files
Reformatted references
parent
b45c39b9
Changes
20
Hide whitespace changes
Inline
Side-by-side
applications/solvers/multiphase/twoPhaseEulerFoam/interfacialModels/aspectRatioModels/TomiyamaAspectRatio/TomiyamaAspectRatio.H
View file @
090768c0
...
...
@@ -31,9 +31,8 @@ Description
\verbatim
"Implementation and Comparison of Correlations for interfacial Forces
in a Gas-Liquid System within an Euler-Euler Framework"
M Otromke
PhD Thesis
April 2013
Otromke, M.,
PhD Thesis, April 2013
\endverbatim
SourceFiles
...
...
applications/solvers/multiphase/twoPhaseEulerFoam/interfacialModels/aspectRatioModels/Wellek/Wellek.H
View file @
090768c0
...
...
@@ -31,14 +31,13 @@ Description
\verbatim
"Implementation and Comparison of Correlations for interfacial Forces
in a Gas-Liquid System within an Euler-Euler Framework"
M Otromke
PhD Thesis
April 2013
Otromke, M.,
PhD Thesis, April 2013
\endverbatim
\verbatim
"Shape of liquid drops moving in liquid media"
R M
Wellek,
A K
Agrawal, A
H P
Skelland
Wellek,
R.M.,
Agrawal, A
.K.,
Skelland
, A.H.P.,
International Journal of Multiphase Flow
Volume 12, Issue 5, Pages 854-862, September 1966
\endverbatim
...
...
applications/solvers/multiphase/twoPhaseEulerFoam/interfacialModels/dragModels/GidaspowErgunWenYu/GidaspowErgunWenYu.H
View file @
090768c0
...
...
@@ -25,8 +25,14 @@ Class
Foam::dragModels::GidaspowErgunWenYu
Description
D. Gidaspow, Multiphase flow and fluidization,
Gidaspow, Ergun, Wen and Yu drag model
Reference:
\verbatim
"Multiphase flow and fluidization",
Gidaspow, D.,
Academic Press, New York, 1994.
\endverbatim
SourceFiles
GidaspowErgunWenYu.C
...
...
@@ -59,8 +65,6 @@ class GidaspowErgunWenYu
:
public
dragModel
{
private:
// Private data
//- Ergun drag model
...
...
applications/solvers/multiphase/twoPhaseEulerFoam/interfacialModels/dragModels/GidaspowSchillerNaumann/GidaspowSchillerNaumann.C
View file @
090768c0
...
...
@@ -34,7 +34,7 @@ namespace Foam
namespace
dragModels
{
defineTypeNameAndDebug
(
GidaspowSchillerNaumann
,
0
);
addToRunTimeSelectionTable
(
dragModel
,
GidaspowSchillerNaumann
,
dictionary
);
addToRunTimeSelectionTable
(
dragModel
,
GidaspowSchillerNaumann
,
dictionary
);
}
}
...
...
applications/solvers/multiphase/twoPhaseEulerFoam/interfacialModels/dragModels/GidaspowSchillerNaumann/GidaspowSchillerNaumann.H
View file @
090768c0
...
...
@@ -25,17 +25,21 @@ Class
Foam::dragModels::GidaspowSchillerNaumann
Description
H, Enwald, E. Peirano, A-E Almstedt
'Eulerian Two-Phase Flow Theory Applied to Fluidization'
Int. J. Multiphase Flow, Vol. 22, Suppl, pp. 21-66 (1996)
Eq. 86-87, p. 40
This is identical to the Wen and Yu, Rowe model Table 3.6 p.56 in
the Ph.D. thesis of Berend van Wachem
'Derivation, Implementation and Validation
of
Computer Simulation Models
for Gas-Solid Fluidized Beds'
Gidaspow, Schiller and Naumann drag model
References:
\verbatim
"Eulerian Two-Phase Flow Theory Applied to Fluidization"
Enwald, H., Peirano, E., Almstedt, A-E.,
Int. J. Multiphase Flow, Vol. 22, Suppl, pp. 21-66 (1996)
Eq. 86-87, p. 40
This is identical to the Wen and Yu, Rowe model Table 3.6 p.56 in
"Derivation, Implementation and Validation of Computer Simulation Models
for Gas-Solid Fluidized Beds",
Berend van Wachem
Ph.D. thesis.
\endverbatim
SourceFiles
GidaspowSchillerNaumann.C
...
...
@@ -65,8 +69,6 @@ class GidaspowSchillerNaumann
:
public
dragModel
{
private:
// Private data
//- Residual Reynolds Number
...
...
applications/solvers/multiphase/twoPhaseEulerFoam/interfacialModels/dragModels/Lain/Lain.H
View file @
090768c0
...
...
@@ -30,16 +30,15 @@ Description
References:
\verbatim
"Implementation and Comparison of Correlations for interfacial Forces
in a Gas-Liquid System within an Euler-Euler Framework"
M Otromke
PhD Thesis
April 2013
in a Gas-Liquid System within an Euler-Euler Framework"
Otromke, M.,
PhD Thesis, April 2013
\endverbatim
\verbatim
"Modelling hydrodynamics and turbulence in a bubble column using the
Euler-Lagrange procedure"
S
Lain,
D
Brodera,
M
Sommerfelda, M
F
Goza
Euler-Lagrange procedure"
Lain,
S.,
Brodera,
D.,
Sommerfelda, M
.,
Goza
, M.F.,
International Journal of Multiphase Flow
Volume 28, Issue 8, Pages 1381-1407, August 2002
\endverbatim
...
...
applications/solvers/multiphase/twoPhaseEulerFoam/interfacialModels/dragModels/SchillerNaumann/SchillerNaumann.H
View file @
090768c0
...
...
@@ -25,6 +25,7 @@ Class
Foam::dragModels::SchillerNaumann
Description
Schiller and Naumann drag model for dispersed bubbly flows.
SourceFiles
SchillerNaumann.C
...
...
@@ -54,8 +55,6 @@ class SchillerNaumann
:
public
dragModel
{
private:
// Private data
//- Residual Reynolds Number
...
...
applications/solvers/multiphase/twoPhaseEulerFoam/interfacialModels/dragModels/TomiyamaAnalytic/TomiyamaAnalytic.H
View file @
090768c0
...
...
@@ -25,13 +25,13 @@ Class
Foam::dragModels::TomiyamaAnalytic
Description
Analytic drag model of Tomiyama et al.
Analytic
al
drag model of Tomiyama et al.
Reference:
\verbatim
"Drag Coefficients of Bubbles. 1st Report. Drag Coefficients of a
Single Bubble in a Stagnant Liquid."
A
Tomiyama,
I
Kataoka, and
T
Sakaguchi
Tomiyama,
A.,
Kataoka,
I.,
and Sakaguchi
, T.,
Nippon Kikai Gakkai Ronbunshu
Volume 61, Issue 587, Pages 2357-2364, 1995
\endverbatim
...
...
@@ -64,8 +64,6 @@ class TomiyamaAnalytic
:
public
dragModel
{
private:
// Private data
//- Residual Reynolds Number
...
...
applications/solvers/multiphase/twoPhaseEulerFoam/interfacialModels/dragModels/TomiyamaCorrelated/TomiyamaCorrelated.H
View file @
090768c0
...
...
@@ -31,7 +31,7 @@ Description
\verbatim
"Terminal velocity of single bubbles in surface tension force dominant
regime"
A
Tomiyama,
G P
Celata,
S
Hosokawa, S Yoshida
Tomiyama,
T.,
Celata,
G.P.,
Hosokawa, S
.,
Yoshida
, S.,
International Journal of Multiphase Flow
Volume 28, Issue 9, Pages 1497-1519, September 2002
\endverbatim
...
...
@@ -64,8 +64,6 @@ class TomiyamaCorrelated
:
public
dragModel
{
private:
// Private data
//- Coefficient
...
...
applications/solvers/multiphase/twoPhaseEulerFoam/interfacialModels/dragModels/WenYu/WenYu.H
View file @
090768c0
...
...
@@ -25,20 +25,15 @@ Class
Foam::dragModels::WenYu
Description
H, Enwald, E. Peirano, A-E Almstedt
'Eulerian Two-Phase Flow Theory Applied to Fluidization'
Int. J. Multiphase Flow, Vol. 22, Suppl, pp. 21-66 (1996)
Eq. 86-87, p. 40
Wen and Yu drag model
This is identical to the Wen and Yu, Rowe model Table 3.6 p.56 in
the Ph.D. thesis of Berend van Wachem
'Derivation, Implementation and Validation
of
Computer Simulation Models
for Gas-Solid Fluidized Beds'
NB: The difference between the Gidaspow-version is the void-fraction
in the Re-number
Reference:
\verbatim
"Eulerian Two-Phase Flow Theory Applied to Fluidization"
Enwald, H., Peirano, E., Almstedt, A-E.,
Int. J. Multiphase Flow, Vol. 22, Suppl, pp. 21-66 (1996)
Eq. 86-87, p. 40
\endverbatim
SourceFiles
WenYu.C
...
...
@@ -68,8 +63,6 @@ class WenYu
:
public
dragModel
{
private:
// Private data
//- Residual Reynolds Number
...
...
applications/solvers/multiphase/twoPhaseEulerFoam/interfacialModels/dragModels/segregated/segregated.H
View file @
090768c0
...
...
@@ -29,8 +29,8 @@ Description
Reference:
\verbatim
"Towards the Numerical Simulation of Multi-scale Two-phase Flows"
H
Marschall
"Towards the Numerical Simulation of Multi-scale Two-phase Flows"
,
Marschall
, H.,
PhD Thesis, TU München, 2011
\endverbatim
...
...
@@ -62,8 +62,6 @@ class segregated
:
public
dragModel
{
private:
// Private data
//- M coefficient
...
...
applications/solvers/multiphase/twoPhaseEulerFoam/interfacialModels/liftModels/LegendreMagnaudet/LegendreMagnaudet.H
View file @
090768c0
...
...
@@ -31,14 +31,14 @@ Description
\verbatim
"Implementation and Comparison of Correlations for interfacial Forces
in a Gas-Liquid System within an Euler-Euler Framework"
M
Otromke
Otromke
, M.
PhD Thesis
April 2013
\endverbatim
\verbatim
"The lift force on a spherical bubble in a viscous linear shear flow"
D
Legendre,
J
Magnaudet
Legendre,
D.,
Magnaudet
, J.,
Journal of Fluid Mechanics
Volume 368, pp 81-126, August 1998
\endverbatim
...
...
@@ -71,8 +71,6 @@ class LegendreMagnaudet
:
public
liftModel
{
private:
// Private data
//- Residual Reynold's number
...
...
applications/solvers/multiphase/twoPhaseEulerFoam/interfacialModels/liftModels/Moraga/Moraga.H
View file @
090768c0
...
...
@@ -30,15 +30,14 @@ Description
References:
\verbatim
"Implementation and Comparison of Correlations for interfacial Forces
in a Gas-Liquid System within an Euler-Euler Framework"
M Otromke
PhD Thesis
April 2013
in a Gas-Liquid System within an Euler-Euler Framework"
Otromke, M.,
PhD Thesis, April 2013
\endverbatim
\verbatim
"Lateral forces on spheres in turbulent uniform shear flow"
F J
Moraga, F
J
Bonetto,
R T
Lahey
Moraga, F
.J.,
Bonetto,
F.J.,
Lahey
, R.T.,
International Journal of Multiphase Flow
Volume 25, Issues 6-7, Pages 1321-1372, September 1999
\endverbatim
...
...
applications/solvers/multiphase/twoPhaseEulerFoam/interfacialModels/virtualMassModels/constantVirtualMassCoefficient/constantVirtualMassCoefficient.H
View file @
090768c0
...
...
@@ -55,8 +55,6 @@ class constantVirtualMassCoefficient
:
public
virtualMassModel
{
private:
// Private data
//- Constant virtual mass coefficient
...
...
applications/solvers/multiphase/twoPhaseEulerFoam/interfacialModels/wallLubricationModels/Antal/Antal.H
View file @
090768c0
...
...
@@ -31,7 +31,7 @@ Description
\verbatim
"Analysis of phase distribution in fully developed laminar bubbly
two-phase flow"
S P
Antal,
R T
Lahey Jr and
J E
Flaherty
Antal,
S.P.,
Lahey Jr
, R.T.,
and Flaherty
, J.E.
International Journal of Multiphase Flow
Volume 17, Issue 5, Pages 635-652, September 1991
\endverbatim
...
...
@@ -64,8 +64,6 @@ class Antal
:
public
wallLubricationModel
{
private:
// Private data
//- Coefficient 1
...
...
applications/solvers/multiphase/twoPhaseEulerFoam/interfacialModels/wallLubricationModels/Frank/Frank.H
View file @
090768c0
...
...
@@ -31,7 +31,7 @@ Description
\verbatim
"Implementation and Comparison of Correlations for interfacial Forces
in a Gas-Liquid System within an Euler-Euler Framework"
M
Otromke
Otromke
, M.
PhD Thesis
April 2013
\endverbatim
...
...
@@ -39,7 +39,7 @@ Description
\verbatim
"Advances in Computational Fluid Dynamics (CFD) of 3-dimensional Gas-
Liquid Multiphase Flows"
T
Frank
Frank
, T.
NAFEMS Seminar : Simulation of Complex Flows (CFD)
Pages 1-18, April 2005
\endverbatim
...
...
@@ -72,8 +72,6 @@ class Frank
:
public
wallLubricationModel
{
private:
// Private data
//- Coefficient d
...
...
applications/solvers/multiphase/twoPhaseEulerFoam/interfacialModels/wallLubricationModels/TomiyamaWallLubrication/TomiyamaWallLubrication.H
View file @
090768c0
...
...
@@ -31,14 +31,13 @@ Description
\verbatim
"Implementation and Comparison of Correlations for interfacial Forces
in a Gas-Liquid System within an Euler-Euler Framework"
M Otromke
PhD Thesis
April 2013
Otromke, M.
PhD Thesis, April 2013
\endverbatim
\verbatim
"Struggle with Computational Bubble Dynamics"
A
Tomiyama
Tomiyama
, A.,
Multiphase Science and Technology
Volume 10, Issue 4, Pages 369-405, 1998
\endverbatim
...
...
@@ -71,8 +70,6 @@ class TomiyamaWallLubrication
:
public
wallLubricationModel
{
private:
// Private data
//- Characteristic channel dimension
...
...
applications/solvers/multiphase/twoPhaseEulerFoam/twoPhaseSystem/BlendedInterfacialModel/BlendedInterfacialModel.H
View file @
090768c0
...
...
@@ -52,8 +52,6 @@ namespace Foam
template
<
class
modelType
>
class
BlendedInterfacialModel
{
private:
// Private data
//- Unordered phase pair
...
...
@@ -121,7 +119,7 @@ public:
//- Return the explicit value
template
<
class
Type
>
tmp
<
GeometricField
<
Type
,
fvPatchField
,
volMesh
>
>
F
()
const
;
//- Return the model for the supplied phase
const
modelType
&
phaseModel
(
const
phaseModel
&
phase
)
const
;
};
...
...
applications/solvers/multiphase/twoPhaseEulerFoam/twoPhaseSystem/phasePair/orderedPhasePair/orderedPhasePair.H
View file @
090768c0
...
...
@@ -51,13 +51,11 @@ class orderedPhasePair
:
public
phasePair
{
private:
// Private data
//- Aspect ratio model
autoPtr
<
aspectRatioModel
>
aspectRatio_
;
public:
...
...
applications/solvers/multiphase/twoPhaseEulerFoam/twoPhaseSystem/twoPhaseSystem.H
View file @
090768c0
...
...
@@ -64,8 +64,6 @@ class twoPhaseSystem
:
public
IOdictionary
{
private:
// Private data
//- Reference to the mesh
...
...
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