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/bubbleInterTrackFoam/bubble2D_r0.75mm/constant/freeSurfaceProperties

64 lines
1.9 KiB
Text
Raw Normal View History

2010-10-25 12:20:53 +00:00
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
2013-12-11 16:09:41 +00:00
| \\ / F ield | foam-extend: Open Source CFD |
| \\ / O peration | Version: 4.1 |
2015-05-17 13:55:59 +00:00
| \\ / A nd | Web: http://www.foam-extend.org |
2010-10-25 12:20:53 +00:00
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
2010-11-24 20:48:09 +00:00
version 2.0;
format ascii;
class dictionary;
location "constant";
object freeSurfaceProperties;
2010-10-25 12:20:53 +00:00
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
twoFluids yes;
normalMotionDir yes;
motionDir (0 0 0);
cleanInterface yes;
muFluidA muFluidA [ 1 -1 -1 0 0 0 0 ] 83.300e-5;
muFluidB muFluidB [ 1 -1 -1 0 0 0 0 ] 1.856e-5;
rhoFluidA rhoFluidA [ 1 -3 0 0 0 0 0 ] 996.31;
rhoFluidB rhoFluidB [ 1 -3 0 0 0 0 0 ] 1.173;
surfaceTension surfaceTension [ 1 0 -2 0 0 0 0 ] 0.07232;
g g [ 0 1 -2 0 0 0 0 ] ( 0 -9.81 0);
fixedFreeSurfacePatches 0 ();
pointNormalsCorrectionPatches 0 ();
nFreeSurfaceCorrectors 1;
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;
diffusion diffusion [ 0 2 -1 0 0 0 0 ] 1.0e-7;
temperature temperature [ 0 0 0 1 0 0 0 ] 293.0;
}
2016-06-21 12:50:08 +00:00
2010-10-25 12:20:53 +00:00
// ************************************************************************* //