Reformatted references

This commit is contained in:
Henry
2014-12-19 11:55:16 +00:00
parent 2cb1adebbf
commit fae6dcad37
20 changed files with 61 additions and 90 deletions

View File

@ -31,9 +31,8 @@ Description
\verbatim \verbatim
"Implementation and Comparison of Correlations for interfacial Forces "Implementation and Comparison of Correlations for interfacial Forces
in a Gas-Liquid System within an Euler-Euler Framework" in a Gas-Liquid System within an Euler-Euler Framework"
M Otromke Otromke, M.,
PhD Thesis PhD Thesis, April 2013
April 2013
\endverbatim \endverbatim
SourceFiles SourceFiles

View File

@ -31,14 +31,13 @@ Description
\verbatim \verbatim
"Implementation and Comparison of Correlations for interfacial Forces "Implementation and Comparison of Correlations for interfacial Forces
in a Gas-Liquid System within an Euler-Euler Framework" in a Gas-Liquid System within an Euler-Euler Framework"
M Otromke Otromke, M.,
PhD Thesis PhD Thesis, April 2013
April 2013
\endverbatim \endverbatim
\verbatim \verbatim
"Shape of liquid drops moving in liquid media" "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 International Journal of Multiphase Flow
Volume 12, Issue 5, Pages 854-862, September 1966 Volume 12, Issue 5, Pages 854-862, September 1966
\endverbatim \endverbatim

View File

@ -25,8 +25,14 @@ Class
Foam::dragModels::GidaspowErgunWenYu Foam::dragModels::GidaspowErgunWenYu
Description 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. Academic Press, New York, 1994.
\endverbatim
SourceFiles SourceFiles
GidaspowErgunWenYu.C GidaspowErgunWenYu.C
@ -59,8 +65,6 @@ class GidaspowErgunWenYu
: :
public dragModel public dragModel
{ {
private:
// Private data // Private data
//- Ergun drag model //- Ergun drag model

View File

@ -25,17 +25,21 @@ Class
Foam::dragModels::GidaspowSchillerNaumann Foam::dragModels::GidaspowSchillerNaumann
Description Description
H, Enwald, E. Peirano, A-E Almstedt Gidaspow, Schiller and Naumann drag model
'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 References:
the Ph.D. thesis of Berend van Wachem \verbatim
'Derivation, Implementation and Validation "Eulerian Two-Phase Flow Theory Applied to Fluidization"
of Enwald, H., Peirano, E., Almstedt, A-E.,
Computer Simulation Models Int. J. Multiphase Flow, Vol. 22, Suppl, pp. 21-66 (1996)
for Gas-Solid Fluidized Beds' 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 SourceFiles
GidaspowSchillerNaumann.C GidaspowSchillerNaumann.C
@ -65,8 +69,6 @@ class GidaspowSchillerNaumann
: :
public dragModel public dragModel
{ {
private:
// Private data // Private data
//- Residual Reynolds Number //- Residual Reynolds Number

View File

@ -30,16 +30,15 @@ Description
References: References:
\verbatim \verbatim
"Implementation and Comparison of Correlations for interfacial Forces "Implementation and Comparison of Correlations for interfacial Forces
in a Gas-Liquid System within an Euler-Euler Framework" in a Gas-Liquid System within an Euler-Euler Framework"
M Otromke Otromke, M.,
PhD Thesis PhD Thesis, April 2013
April 2013
\endverbatim \endverbatim
\verbatim \verbatim
"Modelling hydrodynamics and turbulence in a bubble column using the "Modelling hydrodynamics and turbulence in a bubble column using the
Euler-Lagrange procedure" Euler-Lagrange procedure"
S Lain, D Brodera, M Sommerfelda, M F Goza Lain, S., Brodera, D., Sommerfelda, M., Goza, M.F.,
International Journal of Multiphase Flow International Journal of Multiphase Flow
Volume 28, Issue 8, Pages 1381-1407, August 2002 Volume 28, Issue 8, Pages 1381-1407, August 2002
\endverbatim \endverbatim

View File

@ -25,6 +25,7 @@ Class
Foam::dragModels::SchillerNaumann Foam::dragModels::SchillerNaumann
Description Description
Schiller and Naumann drag model for dispersed bubbly flows.
SourceFiles SourceFiles
SchillerNaumann.C SchillerNaumann.C
@ -54,8 +55,6 @@ class SchillerNaumann
: :
public dragModel public dragModel
{ {
private:
// Private data // Private data
//- Residual Reynolds Number //- Residual Reynolds Number

View File

@ -25,13 +25,13 @@ Class
Foam::dragModels::TomiyamaAnalytic Foam::dragModels::TomiyamaAnalytic
Description Description
Analytic drag model of Tomiyama et al. Analytical drag model of Tomiyama et al.
Reference: Reference:
\verbatim \verbatim
"Drag Coefficients of Bubbles. 1st Report. Drag Coefficients of a "Drag Coefficients of Bubbles. 1st Report. Drag Coefficients of a
Single Bubble in a Stagnant Liquid." Single Bubble in a Stagnant Liquid."
A Tomiyama, I Kataoka, and T Sakaguchi Tomiyama, A., Kataoka, I., and Sakaguchi, T.,
Nippon Kikai Gakkai Ronbunshu Nippon Kikai Gakkai Ronbunshu
Volume 61, Issue 587, Pages 2357-2364, 1995 Volume 61, Issue 587, Pages 2357-2364, 1995
\endverbatim \endverbatim
@ -64,8 +64,6 @@ class TomiyamaAnalytic
: :
public dragModel public dragModel
{ {
private:
// Private data // Private data
//- Residual Reynolds Number //- Residual Reynolds Number

View File

@ -31,7 +31,7 @@ Description
\verbatim \verbatim
"Terminal velocity of single bubbles in surface tension force dominant "Terminal velocity of single bubbles in surface tension force dominant
regime" regime"
A Tomiyama, G P Celata, S Hosokawa, S Yoshida Tomiyama, T., Celata, G.P., Hosokawa, S., Yoshida, S.,
International Journal of Multiphase Flow International Journal of Multiphase Flow
Volume 28, Issue 9, Pages 1497-1519, September 2002 Volume 28, Issue 9, Pages 1497-1519, September 2002
\endverbatim \endverbatim
@ -64,8 +64,6 @@ class TomiyamaCorrelated
: :
public dragModel public dragModel
{ {
private:
// Private data // Private data
//- Coefficient //- Coefficient

View File

@ -25,20 +25,15 @@ Class
Foam::dragModels::WenYu Foam::dragModels::WenYu
Description Description
H, Enwald, E. Peirano, A-E Almstedt Wen and Yu drag model
'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 Reference:
the Ph.D. thesis of Berend van Wachem \verbatim
'Derivation, Implementation and Validation "Eulerian Two-Phase Flow Theory Applied to Fluidization"
of Enwald, H., Peirano, E., Almstedt, A-E.,
Computer Simulation Models Int. J. Multiphase Flow, Vol. 22, Suppl, pp. 21-66 (1996)
for Gas-Solid Fluidized Beds' Eq. 86-87, p. 40
\endverbatim
NB: The difference between the Gidaspow-version is the void-fraction
in the Re-number
SourceFiles SourceFiles
WenYu.C WenYu.C
@ -68,8 +63,6 @@ class WenYu
: :
public dragModel public dragModel
{ {
private:
// Private data // Private data
//- Residual Reynolds Number //- Residual Reynolds Number

View File

@ -29,8 +29,8 @@ Description
Reference: Reference:
\verbatim \verbatim
"Towards the Numerical Simulation of Multi-scale Two-phase Flows" "Towards the Numerical Simulation of Multi-scale Two-phase Flows",
H Marschall Marschall, H.,
PhD Thesis, TU München, 2011 PhD Thesis, TU München, 2011
\endverbatim \endverbatim
@ -62,8 +62,6 @@ class segregated
: :
public dragModel public dragModel
{ {
private:
// Private data // Private data
//- M coefficient //- M coefficient

View File

@ -31,14 +31,14 @@ Description
\verbatim \verbatim
"Implementation and Comparison of Correlations for interfacial Forces "Implementation and Comparison of Correlations for interfacial Forces
in a Gas-Liquid System within an Euler-Euler Framework" in a Gas-Liquid System within an Euler-Euler Framework"
M Otromke Otromke, M.
PhD Thesis PhD Thesis
April 2013 April 2013
\endverbatim \endverbatim
\verbatim \verbatim
"The lift force on a spherical bubble in a viscous linear shear flow" "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 Journal of Fluid Mechanics
Volume 368, pp 81-126, August 1998 Volume 368, pp 81-126, August 1998
\endverbatim \endverbatim
@ -71,8 +71,6 @@ class LegendreMagnaudet
: :
public liftModel public liftModel
{ {
private:
// Private data // Private data
//- Residual Reynold's number //- Residual Reynold's number

View File

@ -30,15 +30,14 @@ Description
References: References:
\verbatim \verbatim
"Implementation and Comparison of Correlations for interfacial Forces "Implementation and Comparison of Correlations for interfacial Forces
in a Gas-Liquid System within an Euler-Euler Framework" in a Gas-Liquid System within an Euler-Euler Framework"
M Otromke Otromke, M.,
PhD Thesis PhD Thesis, April 2013
April 2013
\endverbatim \endverbatim
\verbatim \verbatim
"Lateral forces on spheres in turbulent uniform shear flow" "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 International Journal of Multiphase Flow
Volume 25, Issues 6-7, Pages 1321-1372, September 1999 Volume 25, Issues 6-7, Pages 1321-1372, September 1999
\endverbatim \endverbatim

View File

@ -55,8 +55,6 @@ class constantVirtualMassCoefficient
: :
public virtualMassModel public virtualMassModel
{ {
private:
// Private data // Private data
//- Constant virtual mass coefficient //- Constant virtual mass coefficient

View File

@ -31,7 +31,7 @@ Description
\verbatim \verbatim
"Analysis of phase distribution in fully developed laminar bubbly "Analysis of phase distribution in fully developed laminar bubbly
two-phase flow" 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 International Journal of Multiphase Flow
Volume 17, Issue 5, Pages 635-652, September 1991 Volume 17, Issue 5, Pages 635-652, September 1991
\endverbatim \endverbatim
@ -64,8 +64,6 @@ class Antal
: :
public wallLubricationModel public wallLubricationModel
{ {
private:
// Private data // Private data
//- Coefficient 1 //- Coefficient 1

View File

@ -31,7 +31,7 @@ Description
\verbatim \verbatim
"Implementation and Comparison of Correlations for interfacial Forces "Implementation and Comparison of Correlations for interfacial Forces
in a Gas-Liquid System within an Euler-Euler Framework" in a Gas-Liquid System within an Euler-Euler Framework"
M Otromke Otromke, M.
PhD Thesis PhD Thesis
April 2013 April 2013
\endverbatim \endverbatim
@ -39,7 +39,7 @@ Description
\verbatim \verbatim
"Advances in Computational Fluid Dynamics (CFD) of 3-dimensional Gas- "Advances in Computational Fluid Dynamics (CFD) of 3-dimensional Gas-
Liquid Multiphase Flows" Liquid Multiphase Flows"
T Frank Frank, T.
NAFEMS Seminar : Simulation of Complex Flows (CFD) NAFEMS Seminar : Simulation of Complex Flows (CFD)
Pages 1-18, April 2005 Pages 1-18, April 2005
\endverbatim \endverbatim
@ -72,8 +72,6 @@ class Frank
: :
public wallLubricationModel public wallLubricationModel
{ {
private:
// Private data // Private data
//- Coefficient d //- Coefficient d

View File

@ -31,14 +31,13 @@ Description
\verbatim \verbatim
"Implementation and Comparison of Correlations for interfacial Forces "Implementation and Comparison of Correlations for interfacial Forces
in a Gas-Liquid System within an Euler-Euler Framework" in a Gas-Liquid System within an Euler-Euler Framework"
M Otromke Otromke, M.
PhD Thesis PhD Thesis, April 2013
April 2013
\endverbatim \endverbatim
\verbatim \verbatim
"Struggle with Computational Bubble Dynamics" "Struggle with Computational Bubble Dynamics"
A Tomiyama Tomiyama, A.,
Multiphase Science and Technology Multiphase Science and Technology
Volume 10, Issue 4, Pages 369-405, 1998 Volume 10, Issue 4, Pages 369-405, 1998
\endverbatim \endverbatim
@ -71,8 +70,6 @@ class TomiyamaWallLubrication
: :
public wallLubricationModel public wallLubricationModel
{ {
private:
// Private data // Private data
//- Characteristic channel dimension //- Characteristic channel dimension

View File

@ -52,8 +52,6 @@ namespace Foam
template<class modelType> template<class modelType>
class BlendedInterfacialModel class BlendedInterfacialModel
{ {
private:
// Private data // Private data
//- Unordered phase pair //- Unordered phase pair

View File

@ -51,8 +51,6 @@ class orderedPhasePair
: :
public phasePair public phasePair
{ {
private:
// Private data // Private data
//- Aspect ratio model //- Aspect ratio model

View File

@ -64,8 +64,6 @@ class twoPhaseSystem
: :
public IOdictionary public IOdictionary
{ {
private:
// Private data // Private data
//- Reference to the mesh //- Reference to the mesh