Initial commit of NavalHydro package from Wikki to the ShipHydroSIG
[ShipHydroSIG.git] / run / navalFoam / hullSlammingMovingBox2D / constant / transportProperties
blob90c736a14abc651b9eca2f8ae03e370eb187456b
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
4 |  \\    /   O peration     | Version:  1.4                                   |
5 |   \\  /    A nd           | Web:      http://www.openfoam.org               |
6 |    \\/     M anipulation  |                                                 |
7 \*---------------------------------------------------------------------------*/
9 FoamFile
11     version         2.0;
12     format          ascii;
13     class           dictionary;
14     object          transportProperties;
17 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
19 phase1 water;
20 phase2 air;
22 water
24     transportModel  Newtonian;
25     nu              nu [0 2 -1 0 0 0 0] 1e-06;
26     rho             rho [1 -3 0 0 0 0 0] 1000;
29 air
31     transportModel  Newtonian;
33     nu              nu [0 2 -1 0 0 0 0] 1e-05;
34     rho             rho [1 -3 0 0 0 0 0] 1;
37 sigma                   sigma [1 0 -2 0 0 0 0] 0.07;
40 // ************************************************************************* //