Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
OpenFOAM-plus
Commits
d0befa42
Commit
d0befa42
authored
May 18, 2017
by
Andrew Heather
Browse files
ENH: Tutorial updates
parent
f2a1f31f
Changes
99
Hide whitespace changes
Inline
Side-by-side
tutorials/DNS/dnsFoam/boxTurb16/constant/transportProperties
View file @
d0befa42
...
...
@@ -15,7 +15,7 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
nu
[0 2 -1 0 0 0 0]
0.025;
nu 0.025;
// ************************************************************************* //
tutorials/basic/laplacianFoam/flange/constant/transportProperties
View file @
d0befa42
...
...
@@ -15,7 +15,7 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
DT
DT [0 2 -1 0 0 0 0]
4e-05;
DT 4e-05;
// ************************************************************************* //
tutorials/basic/scalarTransportFoam/pitzDaily/constant/transportProperties
View file @
d0befa42
...
...
@@ -15,7 +15,7 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
DT
DT [0 2 -1 0 0 0 0]
0.01;
DT 0.01;
// ************************************************************************* //
tutorials/combustion/fireFoam/LES/compartmentFire/0/panelRegion/T
View file @
d0befa42
...
...
@@ -25,6 +25,7 @@ boundaryField
wallPanel_top
{
type externalWallHeatFluxTemperature;
mode coefficient;
Ta uniform 294.75;
h uniform 10;
kappaMethod solidThermo;
...
...
tutorials/compressible/rhoPimpleDyMFoam/annularThermalMixer/constant/transportProperties
View file @
d0befa42
...
...
@@ -17,6 +17,6 @@ FoamFile
transportModel Newtonian;
nu
[0 2 -1 0 0 0 0]
1.0e-6;
nu 1.0e-6;
// ************************************************************************* //
tutorials/compressible/rhoPimpleFoam/RAS/mixerVessel2D/constant/transportProperties
View file @
d0befa42
...
...
@@ -17,6 +17,6 @@ FoamFile
transportModel Newtonian;
nu
[0 2 -1 0 0 0 0]
1e-05;
nu 1e-05;
// ************************************************************************* //
tutorials/compressible/sonicLiquidFoam/decompressionTank/constant/thermodynamicProperties
View file @
d0befa42
...
...
@@ -15,11 +15,11 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
rho0
rho0 [1 -3 0 0 0 0 0]
1000;
rho0 1000;
p0
p0 [1 -1 -2 0 0 0 0]
100000;
p0 100000;
psi
psi [0 -2 2 0 0 0 0]
4.54e-07;
psi 4.54e-07;
// ************************************************************************* //
tutorials/compressible/sonicLiquidFoam/decompressionTank/constant/transportProperties
View file @
d0befa42
...
...
@@ -15,7 +15,7 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
mu
mu [1 -1 -1 0 0 0 0]
0.001;
mu 0.001;
// ************************************************************************* //
tutorials/electromagnetics/mhdFoam/hartmann/constant/transportProperties
View file @
d0befa42
...
...
@@ -15,12 +15,12 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
rho
[1 -3 0 0 0 0 0]
1;
rho 1;
nu
[0 2 -1 0 0 0 0]
1;
nu 1;
mu
[1 1 -2 0 0 -2 0]
1;
mu 1;
sigma
[-1 -3 3 0 0 2 0]
1;
sigma 1;
// ************************************************************************* //
tutorials/financial/financialFoam/europeanCall/constant/financialProperties
View file @
d0befa42
...
...
@@ -15,16 +15,11 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
strike
[0 1 0 0 0 0 0]
40;
strike 40;
r
[0 0 -1 0 0 0 0]
0.1;
r 0.1;
sigma
[0 0 -0.5 0 0 0 0]
0.2;
sigma 0.2;
s [0 0 -1 0 0 0 0] 0;
xi [0 0 -0.5 0 0 0 0] 0.1;
eta [0 0 0 0 0 0 0] 0;
// ************************************************************************* //
tutorials/heatTransfer/buoyantBoussinesqPimpleFoam/BernardCells/constant/transportProperties
View file @
d0befa42
...
...
@@ -18,18 +18,18 @@ FoamFile
transportModel Newtonian;
// Laminar viscosity
nu
[0 2 -1 0 0 0 0]
1e-03;
nu 1e-03;
// Thermal expansion coefficient
beta
[0 0 0 -1 0 0 0]
1e-03;
beta 1e-03;
// Reference temperature
TRef
[0 0 0 1 0 0 0]
300;
TRef 300;
// Laminar Prandtl number
Pr
[0 0 0 0 0 0 0]
1.0;
Pr 1.0;
// Turbulent Prandtl number
Prt
[0 0 0 0 0 0 0]
1.0;
Prt 1.0;
// ************************************************************************* //
tutorials/heatTransfer/buoyantBoussinesqPimpleFoam/hotRoom/constant/transportProperties
View file @
d0befa42
...
...
@@ -18,18 +18,18 @@ FoamFile
transportModel Newtonian;
// Laminar viscosity
nu
[0 2 -1 0 0 0 0]
1e-05;
nu 1e-05;
// Thermal expansion coefficient
beta
[0 0 0 -1 0 0 0]
3e-03;
beta 3e-03;
// Reference temperature
TRef
[0 0 0 1 0 0 0]
300;
TRef 300;
// Laminar Prandtl number
Pr
[0 0 0 0 0 0 0]
0.7;
Pr 0.7;
// Turbulent Prandtl number
Prt
[0 0 0 0 0 0 0]
0.85;
Prt 0.85;
// ************************************************************************* //
tutorials/heatTransfer/buoyantBoussinesqSimpleFoam/hotRoom/constant/transportProperties
View file @
d0befa42
...
...
@@ -18,18 +18,18 @@ FoamFile
transportModel Newtonian;
// Laminar viscosity
nu
[0 2 -1 0 0 0 0]
1e-05;
nu 1e-05;
// Thermal expansion coefficient
beta
[0 0 0 -1 0 0 0]
3e-03;
beta 3e-03;
// Reference temperature
TRef
[0 0 0 1 0 0 0]
300;
TRef 300;
// Laminar Prandtl number
Pr
[0 0 0 0 0 0 0]
0.7;
Pr 0.7;
// Turbulent Prandtl number
Prt
[0 0 0 0 0 0 0]
0.85;
Prt 0.85;
// ************************************************************************* //
tutorials/heatTransfer/buoyantBoussinesqSimpleFoam/iglooWithFridges/constant/transportProperties
View file @
d0befa42
...
...
@@ -18,18 +18,18 @@ FoamFile
transportModel Newtonian;
// Laminar viscosity
nu
[0 2 -1 0 0 0 0]
1e-05;
nu 1e-05;
// Thermal expansion coefficient
beta
[0 0 0 -1 0 0 0]
3e-03;
beta 3e-03;
// Reference temperature
TRef
[0 0 0 1 0 0 0]
300;
TRef 300;
// Laminar Prandtl number
Pr
[0 0 0 0 0 0 0]
0.7;
Pr 0.7;
// Turbulent Prandtl number
Prt
[0 0 0 0 0 0 0]
0.85;
Prt 0.85;
// ************************************************************************* //
tutorials/heatTransfer/chtMultiRegionFoam/externalSolarLoad/0/floor/T
View file @
d0befa42
...
...
@@ -44,13 +44,14 @@ boundaryField
minZ
{
type externalWallHeatFluxTemperature;
value uniform 300;
kappaMethod solidThermo;
mode coefficient;
Ta uniform 313;
h uniform 1000000;
thicknessLayers ( 1 2 );
kappaLayers ( 100 200 );
kappaMethod solidThermo;
kappa none;
value uniform 300;
}
floor_to_domain3
{
...
...
tutorials/heatTransfer/chtMultiRegionFoam/externalSolarLoad/system/floor/changeDictionaryDict
View file @
d0befa42
...
...
@@ -66,13 +66,14 @@ dictionaryReplacement
minZ
{
type externalWallHeatFluxTemperature;
kappaMethod solidThermo
;
mode coefficient
;
Ta uniform 313.0;
h uniform 10e5;
kappaMethod solidThermo;
kappa none;
thicknessLayers (1 2);
kappaLayers (100 200);
value uniform 300.0;
kappa none;
}
}
}
...
...
tutorials/heatTransfer/chtMultiRegionFoam/windshieldCondensation/0.orig/windshield/T
View file @
d0befa42
...
...
@@ -39,10 +39,11 @@ boundaryField
exterior
{
type externalWallHeatFluxTemperature;
kappaMethod solidThermo;
kappa none;
mode coefficient;
h uniform 10;
Ta uniform 260;
kappaMethod solidThermo;
kappa none;
value uniform 260;
}
}
...
...
tutorials/incompressible/SRFPimpleFoam/rotor2D/constant/transportProperties
View file @
d0befa42
...
...
@@ -17,6 +17,6 @@ FoamFile
transportModel Newtonian;
nu
[0 2 -1 0 0 0 0]
1e-05;
nu 1e-05;
// ************************************************************************* //
tutorials/incompressible/SRFSimpleFoam/mixer/constant/transportProperties
View file @
d0befa42
...
...
@@ -17,6 +17,6 @@ FoamFile
transportModel Newtonian;
nu
[0 2 -1 0 0 0 0]
1.5e-05;
nu 1.5e-05;
// ************************************************************************* //
tutorials/incompressible/adjointShapeOptimizationFoam/pitzDaily/constant/transportProperties
View file @
d0befa42
...
...
@@ -17,9 +17,9 @@ FoamFile
transportModel Newtonian;
nu
[0 2 -1 0 0 0 0]
1e-5;
nu 1e-5;
lambda
lambda [0 -2 1 0 0 0 0]
1e5;
alphaMax
alphaMax [0 0 -1 0 0 0 0]
200.0;
lambda 1e5;
alphaMax 200.0;
// ************************************************************************* //
Prev
1
2
3
4
5
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment