Merge branch 'master' of github.com:OpenFOAM/OpenFOAM-2.3.x
This commit is contained in:
commit
f2ddca6433
4 changed files with 9 additions and 9 deletions
|
|
@ -2,7 +2,7 @@
|
|||
========= |
|
||||
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||
\\ / O peration |
|
||||
\\ / A nd | Copyright (C) 2011-2013 OpenFOAM Foundation
|
||||
\\ / A nd | Copyright (C) 2011-2014 OpenFOAM Foundation
|
||||
\\/ M anipulation |
|
||||
-------------------------------------------------------------------------------
|
||||
License
|
||||
|
|
@ -48,7 +48,7 @@ defineTypeNameAndDebug(IOobject, 0);
|
|||
// "foo/bar/" ERROR - no name
|
||||
// "foo/xxx/bar" ("foo", "xxx", "bar")
|
||||
// "foo/xxx/yyy/bar" ("foo", "xxx/yyy", "bar")
|
||||
bool Foam::IOobject::IOobject::fileNameComponents
|
||||
bool Foam::IOobject::fileNameComponents
|
||||
(
|
||||
const fileName& path,
|
||||
fileName& instance,
|
||||
|
|
|
|||
|
|
@ -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-2014 OpenFOAM Foundation
|
||||
\\/ M anipulation |
|
||||
-------------------------------------------------------------------------------
|
||||
License
|
||||
|
|
@ -128,7 +128,7 @@ Foam::OSstream& Foam::error::operator()
|
|||
}
|
||||
|
||||
|
||||
Foam::error::operator OSstream&()
|
||||
Foam::error::operator Foam::OSstream&()
|
||||
{
|
||||
if (!messageStreamPtr_->good())
|
||||
{
|
||||
|
|
@ -142,7 +142,7 @@ Foam::error::operator OSstream&()
|
|||
}
|
||||
|
||||
|
||||
Foam::error::operator dictionary() const
|
||||
Foam::error::operator Foam::dictionary() const
|
||||
{
|
||||
dictionary errDict;
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
========= |
|
||||
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||
\\ / O peration |
|
||||
\\ / A nd | Copyright (C) 2012-2013 OpenFOAM Foundation
|
||||
\\ / A nd | Copyright (C) 2012-2014 OpenFOAM Foundation
|
||||
\\/ M anipulation |
|
||||
-------------------------------------------------------------------------------
|
||||
License
|
||||
|
|
@ -372,7 +372,7 @@ Foam::triad Foam::triad::sortxyz() const
|
|||
|
||||
|
||||
|
||||
Foam::triad::operator quaternion() const
|
||||
Foam::triad::operator Foam::quaternion() const
|
||||
{
|
||||
tensor R;
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
========= |
|
||||
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||
\\ / O peration |
|
||||
\\ / A nd | Copyright (C) 2012 OpenFOAM Foundation
|
||||
\\ / A nd | Copyright (C) 2012-2014 OpenFOAM Foundation
|
||||
\\/ M anipulation |
|
||||
-------------------------------------------------------------------------------
|
||||
License
|
||||
|
|
@ -54,7 +54,7 @@ Foam::scalar Foam::SaffmanMeiLiftForce<CloudType>::SaffmanMeiLiftForce::Cl
|
|||
Cld = 6.46*0.0524*sqrt(beta*Re);
|
||||
}
|
||||
|
||||
return 3.0/(mathematical::twoPi*sqrt(Rew))*Cld;
|
||||
return 3.0/(mathematical::twoPi*sqrt(Rew + ROOTVSMALL))*Cld;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue