Skip to content
Snippets Groups Projects
Commit ddc694e6 authored by Henry Weller's avatar Henry Weller
Browse files

reactingParcelFilmFoam tutorials: Updated contact-angle specification

parent cbed107c
Branches
Tags
No related merge requests found
......@@ -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
......
......@@ -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 ();
}
}
// ************************************************************************* //
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment