mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
This commit is contained in:
@ -162,6 +162,13 @@ void Foam::FreeStream<CloudType>::inflow()
|
|||||||
|
|
||||||
scalar mass = cloud.constProps(typeId).mass();
|
scalar mass = cloud.constProps(typeId).mass();
|
||||||
|
|
||||||
|
if (min(boundaryT[patchI]) < SMALL)
|
||||||
|
{
|
||||||
|
FatalErrorIn ("Foam::FreeStream<CloudType>::inflow()")
|
||||||
|
<< "Zero boundary temperature detected, check boundaryT condition." << nl
|
||||||
|
<< nl << abort(FatalError);
|
||||||
|
}
|
||||||
|
|
||||||
scalarField mostProbableSpeed
|
scalarField mostProbableSpeed
|
||||||
(
|
(
|
||||||
cloud.maxwellianMostProbableSpeed
|
cloud.maxwellianMostProbableSpeed
|
||||||
|
|||||||
Reference in New Issue
Block a user