This repository has been archived on 2023-11-20. You can view files and clone it, but cannot push or open issues or pull requests.
foam-extend4.1-coherent-io/tutorials/surfaceTracking/interTrackFoam/hydrofoil/constant/freeSurfaceProperties

63 lines
1.8 KiB
Text
Raw Normal View History

/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
2010-11-24 20:48:09 +00:00
| \\ / F ield | OpenFOAM Extend Project: Open Source CFD |
2010-10-25 07:52:50 +00:00
| \\ / O peration | Version: 1.6-ext |
| \\ / A nd | Web: www.extend-project.de |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
2010-11-24 20:48:09 +00:00
version 2.0;
format ascii;
class dictionary;
object freeSurfaceProperties;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
2010-10-25 07:52:50 +00:00
twoFluids no;
normalMotionDir no;
2010-10-25 07:52:50 +00:00
motionDir (0 1 0);
2010-10-25 07:52:50 +00:00
cleanInterface yes;
2010-10-25 07:52:50 +00:00
muFluidA muFluidA [ 1 -1 -1 0 0 0 0 ] 1e-3;
2010-10-25 07:52:50 +00:00
muFluidB muFluidB [ 1 -1 -1 0 0 0 0 ] 1.5e-5;
2010-10-25 07:52:50 +00:00
rhoFluidA rhoFluidA [ 1 -3 0 0 0 0 0 ] 1000.0;
2010-10-25 07:52:50 +00:00
rhoFluidB rhoFluidB [ 1 -3 0 0 0 0 0 ] 1.0;
2010-10-25 07:52:50 +00:00
surfaceTension surfaceTension [ 1 -2 0 0 0 0 0 ] 0.0;
2010-10-25 07:52:50 +00:00
g g [ 0 1 -2 0 0 0 0 ] (0 -9.81 0);
2010-10-25 07:52:50 +00:00
fixedFreeSurfacePatches 1( inlet );
2010-10-25 07:52:50 +00:00
pointNormalsCorrectionPatches 0();
2010-10-25 07:52:50 +00:00
nFreeSurfaceCorrectors 1;
freeSurfaceSmoothing on;
surfactantProperties
{
bulkConc bulkConc [ 0 -3 0 0 1 0 0 ] 1.0e-2;
saturatedConc saturatedSurfConc [ 0 -2 0 0 1 0 0 ] 5.0e-6;
adsorptionCoeff adsorptionCoeff [ 0 3 -1 0 -1 0 0 ] 40.0;
desorptionCoeff desorptionCoeff [ 0 -3 0 0 1 0 0 ] 8.93e-2;
bulkDiffusion bulkDiffusion [ 0 2 -1 0 0 0 0 ] 1.0e-9;
diffusion diffusion [ 0 2 -1 0 0 0 0 ] 1.0e-9;
temperature temperature [ 0 0 0 1 0 0 0 ] 293.0;
}
// ************************************************************************* //