openfoam/tutorials/combustion/fireFoam/LES/flameSpreadWaterSuppressionPanel/constant/surfaceFilmProperties
2024-06-24 09:58:36 +01:00

86 lines
1.9 KiB
C++

/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: v2406 |
| \\ / A nd | Website: www.openfoam.com |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class dictionary;
object surfaceFilmProperties;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
active true;
surfaceFilmModel thermoSingleLayer;
region filmRegion;
thermoSingleLayerCoeffs
{
filmThermoModel liquid;
liquidCoeffs
{
useReferenceValues no;
liquid H2O;
}
filmViscosityModel liquid;
hydrophilic no;
deltaWet 1e-4;
turbulence laminar;
laminarCoeffs
{
Cf 0.005;
}
radiationModel none;
standardRadiationCoeffs
{
beta 0.75;
kappaBar 0.25;
}
upperSurfaceModels
{
heatTransferModel constant;
constantCoeffs
{
c0 10;
}
}
lowerSurfaceModels
{
heatTransferModel constant;
constantCoeffs
{
c0 100;
}
}
injectionModels
();
forces
(
thermocapillary
);
phaseChangeModel standardPhaseChange;
standardPhaseChangeCoeffs
{
Tb 373;
deltaMin 1e-8;
L 1.0;
}
}
// ************************************************************************* //