ENH: Cloud function objects - added Weber number calcuation and output

Example usage:

    cloudFunctions
    {
        WeberNumber1
        {
            type    WeberNumber;
        }
    }

This will calculate and write the Weber number field as a 'standard'
cloud field, available for post-processing alongside other lagrangian
fields in the lagrangian/<cloudName> directory.
This commit is contained in:
Andrew Heather
2020-06-11 14:54:17 +01:00
parent 13fa1b0517
commit ee94720594
9 changed files with 359 additions and 5 deletions

View File

@ -228,7 +228,12 @@ subModels
cloudFunctions
{}
{
WeberNumber1
{
type WeberNumber;
}
}
// ************************************************************************* //