surfaceFilmModels::contactAngleForce: Added temperatureDependentContactAngleForce

Created a base-class from contactAngleForce from which the
distributionContactAngleForce (for backward compatibility) and the new
temperatureDependentContactAngleForce are derived:

Description
    Temperature dependent contact angle force

    The contact angle in degrees is specified as a \c Function1 type, to
    enable the use of, e.g.  contant, polynomial, table values.

See also
    Foam::regionModels::surfaceFilmModels::contactAngleForce
    Foam::Function1Types

SourceFiles
    temperatureDependentContactAngleForce.C
This commit is contained in:
Henry Weller
2017-03-27 20:03:28 +01:00
parent 5efae4cadf
commit 054eec50ea
11 changed files with 499 additions and 67 deletions

View File

@ -115,7 +115,7 @@ Usage
value uniform 0.01;
\endverbatim
SeeAlso
See also
Foam::alphatPhaseChangeJayatillekeWallFunctionFvPatchField
SourceFiles