Skip to content
Snippets Groups Projects
Commit 7788a1a0 authored by Kutalmış Berçin's avatar Kutalmış Berçin Committed by Andrew Heather
Browse files

TUT: sprayFoam: add examples for the new cloud function objects

- ReynoldsNumber (thermo)
- NusseltNumber
- HeatTransferCoeff
parent d3d82c6a
Branches
Tags
1 merge request!443ENH: CloudFunctionObject: new particle function objects
Showing
with 35 additions and 0 deletions
#!/bin/sh
cd "${0%/*}" || exit # Run from this directory
. ${WM_PROJECT_DIR:?}/bin/tools/CleanFunctions # Tutorial clean functions
#------------------------------------------------------------------------------
cleanCase0
#------------------------------------------------------------------------------
#!/bin/sh
cd "${0%/*}" || exit # Run from this directory
. ${WM_PROJECT_DIR:?}/bin/tools/RunFunctions # Tutorial run functions
#------------------------------------------------------------------------------
restore0Dir
runApplication blockMesh
runApplication $(getApplication)
#------------------------------------------------------------------------------
......@@ -232,6 +232,21 @@ cloudFunctions
{
type WeberNumber;
}
ReynoldsNumber1
{
type ReynoldsNumber;
}
NusseltNumber1
{
type NusseltNumber;
}
HeatTransferCoeff1
{
type HeatTransferCoeff;
}
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment