MRG: Integrated Foundation code to commit 9f37c3c

This commit is contained in:
Andrew Heather
2017-03-31 15:34:28 +01:00
247 changed files with 82226 additions and 13496 deletions

View File

@ -21,7 +21,6 @@ region 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 ();
}
}
// ************************************************************************* //