mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
reactingParcelFilmFoam tutorials: Updated contact-angle specification
This commit is contained in:
@ -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
|
||||||
|
|||||||
@ -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 ();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
// ************************************************************************* //
|
||||||
|
|||||||
Reference in New Issue
Block a user