mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
This commit is contained in:
@ -2,7 +2,7 @@
|
|||||||
========= |
|
========= |
|
||||||
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||||
\\ / O peration |
|
\\ / O peration |
|
||||||
\\ / A nd | Copyright (C) 2011-2012 OpenFOAM Foundation
|
\\ / A nd | Copyright (C) 2011-2013 OpenFOAM Foundation
|
||||||
\\/ M anipulation |
|
\\/ M anipulation |
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
License
|
License
|
||||||
@ -471,7 +471,7 @@ public:
|
|||||||
inline scalar rotationalKineticEnergyOfSystem() const;
|
inline scalar rotationalKineticEnergyOfSystem() const;
|
||||||
|
|
||||||
//- Penetration for fraction [0-1] of the current total mass
|
//- Penetration for fraction [0-1] of the current total mass
|
||||||
inline scalar penetration(const scalar& fraction) const;
|
inline scalar penetration(const scalar fraction) const;
|
||||||
|
|
||||||
//- Mean diameter Dij
|
//- Mean diameter Dij
|
||||||
inline scalar Dij(const label i, const label j) const;
|
inline scalar Dij(const label i, const label j) const;
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
========= |
|
========= |
|
||||||
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||||
\\ / O peration |
|
\\ / O peration |
|
||||||
\\ / A nd | Copyright (C) 2011-2012 OpenFOAM Foundation
|
\\ / A nd | Copyright (C) 2011-2013 OpenFOAM Foundation
|
||||||
\\/ M anipulation |
|
\\/ M anipulation |
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
License
|
License
|
||||||
@ -344,7 +344,7 @@ inline Foam::scalar Foam::KinematicCloud<CloudType>::Dmax() const
|
|||||||
template<class CloudType>
|
template<class CloudType>
|
||||||
inline Foam::scalar Foam::KinematicCloud<CloudType>::penetration
|
inline Foam::scalar Foam::KinematicCloud<CloudType>::penetration
|
||||||
(
|
(
|
||||||
const scalar& fraction
|
const scalar fraction
|
||||||
) const
|
) const
|
||||||
{
|
{
|
||||||
if ((fraction < 0) || (fraction > 1))
|
if ((fraction < 0) || (fraction > 1))
|
||||||
@ -353,7 +353,7 @@ inline Foam::scalar Foam::KinematicCloud<CloudType>::penetration
|
|||||||
(
|
(
|
||||||
"inline Foam::scalar Foam::KinematicCloud<CloudType>::penetration"
|
"inline Foam::scalar Foam::KinematicCloud<CloudType>::penetration"
|
||||||
"("
|
"("
|
||||||
"const scalar&"
|
"const scalar"
|
||||||
") const"
|
") const"
|
||||||
)
|
)
|
||||||
<< "fraction should be in the range 0 < fraction < 1"
|
<< "fraction should be in the range 0 < fraction < 1"
|
||||||
|
|||||||
Reference in New Issue
Block a user