mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Added free stream velocity components to tangential velocities.
This commit is contained in:
@ -367,6 +367,8 @@ void Foam::FreeStream<CloudType>::inflow()
|
|||||||
rndGen.GaussNormal()*t1
|
rndGen.GaussNormal()*t1
|
||||||
+ rndGen.GaussNormal()*t2
|
+ rndGen.GaussNormal()*t2
|
||||||
)
|
)
|
||||||
|
+ (t1 & faceVelocity)*t1
|
||||||
|
+ (t2 & faceVelocity)*t2
|
||||||
+ mostProbableSpeed*uNormal*n;
|
+ mostProbableSpeed*uNormal*n;
|
||||||
|
|
||||||
scalar Ei = cloud.equipartitionInternalEnergy
|
scalar Ei = cloud.equipartitionInternalEnergy
|
||||||
|
|||||||
Reference in New Issue
Block a user