mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: Updated cloud Tmin
This commit is contained in:
@ -407,7 +407,7 @@ inline Foam::scalar Foam::ThermoCloud<CloudType>::Tmin() const
|
|||||||
|
|
||||||
reduce(T, minOp<scalar>());
|
reduce(T, minOp<scalar>());
|
||||||
|
|
||||||
return max(0.0, T);
|
return min(0.0, T);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user