Skip to content
Snippets Groups Projects
user avatar
Andrew Heather authored
Calculates the mass flux for surface film models.

Example usage:

    filmFlux
    {
        type            filmFlux;
        writeControl    writeTime;
        result          myPhi; // optional
    }
48f88118