Skip to content

New Weber number cloud function object

Andrew Heather requested to merge feature-weber-number into develop

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/ directory.

See example in $FOAM_TUTORIALS/lagrangian/sprayFoam/aachenBomb/constant/sprayCloudProperties

Merge request reports