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;
|
||||
|
||||
|
||||
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 ();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// ************************************************************************* //
|
||||
|
||||
Reference in New Issue
Block a user