Merge remote-tracking branch 'origin/master' into develop

This commit is contained in:
Mark Olesen
2022-03-13 22:37:22 +01:00
15 changed files with 71 additions and 49 deletions

View File

@ -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();

View File

@ -121,7 +121,12 @@ subModels
cloudFunctions
{}
{
ReynoldsNumber1
{
type ReynoldsNumber;
}
}
// ************************************************************************* //