Updated tutorials for using global thermalModels

This commit is contained in:
Vuko Vukcevic 2018-05-09 15:08:01 +02:00
parent 4d7859d8d2
commit 579268ae2d
7 changed files with 20 additions and 3 deletions

View file

@ -1,7 +1,7 @@
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | foam-extend: Open Source CFD |
| \\ / O peration | Version: 4.0 |
| \\ / O peration | Version: 4.1 |
| \\ / A nd | Web: http://www.foam-extend.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/

View file

@ -27,6 +27,10 @@ thermal
C C [0 2 -2 -1 0] 100;
k k [1 1 -3 -1 0] 10;
// Values not used
alpha alpha [0 0 0 -1 0 0 0] 0.0;
T0 T0 [0 0 0 1 0 0 0] 0.0;
zones ( solidBlock );
}
);

View file

@ -1,7 +1,7 @@
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | foam-extend: Open Source CFD |
| \\ / O peration | Version: 4.0 |
| \\ / O peration | Version: 4.1 |
| \\ / A nd | Web: http://www.foam-extend.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/

View file

@ -27,6 +27,10 @@ thermal
C C [0 2 -2 -1 0] 100;
k k [1 1 -3 -1 0] 10;
// Values not used
alpha alpha [0 0 0 -1 0 0 0] 0.0;
T0 T0 [0 0 0 1 0 0 0] 0.0;
zones ( solidBlock );
}
);

View file

@ -20,6 +20,10 @@ thermal
rho rho [1 -3 0 0 0] 10;
C C [0 2 -2 -1 0] 100;
k k [1 1 -3 -1 0] 10;
// Values not used
alpha alpha [0 0 0 -1 0 0 0] 0.0;
T0 T0 [0 0 0 1 0 0 0] 0.0;
gaps
(

View file

@ -1,7 +1,7 @@
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | foam-extend: Open Source CFD |
| \\ / O peration | Version: 4.0 |
| \\ / O peration | Version: 4.1 |
| \\ / A nd | Web: http://www.foam-extend.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/

View file

@ -21,6 +21,11 @@ thermal
k k [1 1 -3 -1 0 0 0] 250;
alpha alpha [0 0 0 -1 0 0 0] 2.3e-05;
T0 T0 [0 0 0 1 0 0 0] 0;
// Data not used
rho rho [1 -3 0 0 0 0 0] 1;
gaps ();
sources ();
}