Updated tutorials for using global thermalModels
This commit is contained in:
parent
4d7859d8d2
commit
579268ae2d
7 changed files with 20 additions and 3 deletions
|
@ -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 | |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
|
|
|
@ -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 );
|
||||
}
|
||||
);
|
||||
|
|
|
@ -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 | |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
|
|
|
@ -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 );
|
||||
}
|
||||
);
|
||||
|
|
|
@ -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
|
||||
(
|
||||
|
|
|
@ -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 | |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
|
|
|
@ -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 ();
|
||||
}
|
||||
|
||||
|
||||
|
|
Reference in a new issue