mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Merge remote-tracking branch 'origin/master' into develop
This commit is contained in:
@ -14,6 +14,8 @@ relVelocity
|
||||
name relVelocity;
|
||||
libs ( utilityFunctionObjects );
|
||||
|
||||
writeControl writeTime;
|
||||
|
||||
coeffs
|
||||
{
|
||||
// User input (duplicate of constant/dynamicMeshDict)
|
||||
@ -72,7 +74,7 @@ relVelocity
|
||||
}
|
||||
#};
|
||||
|
||||
codeExecute // codeWrite
|
||||
codeWrite
|
||||
#{
|
||||
const dictionary& context = this->codeContext();
|
||||
|
||||
|
||||
@ -121,7 +121,12 @@ subModels
|
||||
|
||||
|
||||
cloudFunctions
|
||||
{}
|
||||
{
|
||||
ReynoldsNumber1
|
||||
{
|
||||
type ReynoldsNumber;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// ************************************************************************* //
|
||||
|
||||
Reference in New Issue
Block a user