Skip to content

Commit 10d04ab

Browse files
authored
Merge pull request #38 from eacfd/exper/digitef-dev-2012
Updated tutorials
2 parents 3ed72b1 + c18b9d8 commit 10d04ab

File tree

19 files changed

+29
-24
lines changed

19 files changed

+29
-24
lines changed

tutorials/QGDFoam/1D/Sod/constant/thermophysicalProperties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ mixture
3737
{
3838
Cp 1.4;
3939
Hf 0.0;
40+
Tref 0.0;
4041
}
4142
transport
4243
{

tutorials/QGDFoam/2D/LandenburgJet60psi/constant/thermophysicalProperties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ mixture
3636
{
3737
Cp 1004.5;
3838
Hf 0;
39+
Tref 0;
3940
}
4041
transport
4142
{

tutorials/QGDFoam/2D/forwardStep/constant/thermophysicalProperties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ mixture
4242
Hf 0;
4343
Sf 0;
4444
Cp 2.5;
45+
Tref 0;
4546
}
4647

4748
transport

tutorials/QHDFoam/2D/icoCavity/0.orig/T

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ FoamFile
1616

1717
dimensions [0 0 0 1 0 0 0];
1818

19-
internalField uniform 0;
19+
internalField uniform 300;
2020

2121
boundaryField
2222
{

tutorials/QHDFoam/2D/icoCavity/0/T

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ FoamFile
1616

1717
dimensions [0 0 0 1 0 0 0];
1818

19-
internalField uniform 0;
19+
internalField uniform 300;
2020

2121
boundaryField
2222
{

tutorials/SRFQHDFoam/2D/rotor2D/0/Urel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ boundaryField
3333
//value uniform (1 0 0);
3434
type SRFVelocity;
3535
relative false;
36-
inletValue (1 0 0);
36+
inletValue uniform (1 0 0);
3737
value uniform (0 0 0);
3838
}
3939

tutorials/SRFQHDFoam/2D/rotor2D/constant/thermophysicalProperties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ QGD
5959
QGDCoeffs constTau;
6060
constTauDict
6161
{
62-
Tau 1e-5;
62+
Tau 1e-4;
6363
}
6464
/*
6565
QGDCoeffs HbyUQHD;

tutorials/SRFQHDFoam/2D/rotor2D/system/controlDict

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ startTime 0;
2323

2424
stopAt endTime;
2525

26-
endTime 1e-2;
26+
endTime 5e-2;
2727

2828
deltaT 1e-6;
2929

3030
writeControl adjustableRunTime;
3131

32-
writeInterval 1e-2;
32+
writeInterval 4.5e-2;
3333

3434
purgeWrite 0;
3535

tutorials/interQHDFoam/2D/uDrop/0/U

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*--------------------------------*- C++ -*----------------------------------*\
22
| ========= | |
33
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
4-
| \\ / O peration | Version: v1912 |
4+
| \\ / O peration | Version: v2012 |
55
| \\ / A nd | Website: www.openfoam.com |
66
| \\/ M anipulation | |
77
\*---------------------------------------------------------------------------*/

tutorials/interQHDFoam/2D/uDrop/0/alpha.liquid

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*--------------------------------*- C++ -*----------------------------------*\
22
| ========= | |
33
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
4-
| \\ / O peration | Version: v1912 |
4+
| \\ / O peration | Version: v2012 |
55
| \\ / A nd | Website: www.openfoam.com |
66
| \\/ M anipulation | |
77
\*---------------------------------------------------------------------------*/

0 commit comments

Comments
 (0)