reactingParcelFilmFoam tutorials: Updated contact-angle specification

This commit is contained in:
Henry Weller
2017-03-28 08:27:48 +01:00
parent cbed107ce1
commit ddc694e632
2 changed files with 15 additions and 12 deletions

View File

@ -21,7 +21,6 @@ regionName wallFilmRegion;
active true; active true;
thermoSingleLayerCoeffs thermoSingleLayerCoeffs
{ {
filmThermoModel liquid; filmThermoModel liquid;
@ -48,13 +47,13 @@ thermoSingleLayerCoeffs
upperSurfaceModels upperSurfaceModels
{ {
/* /*
heatTransferModel constant; heatTransferModel constant;
constantCoeffs constantCoeffs
{ {
c0 1e-8; c0 1e-8;
} }
*/ */
heatTransferModel mappedConvectiveHeatTransfer; heatTransferModel mappedConvectiveHeatTransfer;
} }
@ -70,13 +69,14 @@ thermoSingleLayerCoeffs
forces forces
( (
thermocapillary thermocapillary
contactAngle distributionContactAngle
); );
contactAngleCoeffs distributionContactAngleCoeffs
{ {
Ccf 0.085; Ccf 0.085;
contactAngleDistribution
distribution
{ {
type normal; type normal;
normalDistribution normalDistribution
@ -88,8 +88,7 @@ thermoSingleLayerCoeffs
} }
} }
zeroForcePatches zeroForcePatches ();
();
} }
injectionModels injectionModels

View File

@ -42,14 +42,15 @@ kinematicSingleLayerCoeffs
forces forces
( (
contactAngle
thermocapillary thermocapillary
distributionContactAngle
); );
contactAngleCoeffs distributionContactAngleCoeffs
{ {
Ccf 1; Ccf 1;
contactAngleDistribution
distribution
{ {
type normal; type normal;
normalDistribution normalDistribution
@ -61,6 +62,9 @@ kinematicSingleLayerCoeffs
} }
} }
zeroForcePatches (); zeroForcePatches ();
} }
} }
// ************************************************************************* //