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;
thermoSingleLayerCoeffs
{
filmThermoModel liquid;
@ -48,13 +47,13 @@ thermoSingleLayerCoeffs
upperSurfaceModels
{
/*
/*
heatTransferModel constant;
constantCoeffs
{
c0 1e-8;
}
*/
*/
heatTransferModel mappedConvectiveHeatTransfer;
}
@ -70,13 +69,14 @@ thermoSingleLayerCoeffs
forces
(
thermocapillary
contactAngle
distributionContactAngle
);
contactAngleCoeffs
distributionContactAngleCoeffs
{
Ccf 0.085;
contactAngleDistribution
distribution
{
type normal;
normalDistribution
@ -88,8 +88,7 @@ thermoSingleLayerCoeffs
}
}
zeroForcePatches
();
zeroForcePatches ();
}
injectionModels

View File

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