diff --git a/tutorials/compressible/rhoSimpleFoam/squareBendLiq/0.orig/T b/tutorials/compressible/rhoSimpleFoam/squareBendLiq/0.orig/T index f5625b3191..a09ec4ccd7 100644 --- a/tutorials/compressible/rhoSimpleFoam/squareBendLiq/0.orig/T +++ b/tutorials/compressible/rhoSimpleFoam/squareBendLiq/0.orig/T @@ -36,6 +36,21 @@ boundaryField { type fixedValue; value uniform 350; + + // For general testing purposes: + type exprFixedValue; + + variables + ( + "Tcrit = 500" + "par1 = mag(internalField(U))/snGrad(T)" + ); + + valueExpr + #{ + Tcrit + + par1*internalField(T) * max((Tcrit-T)/(Tcrit)*deltaT()/time(),0) + #}; } }