Update dimension set to new format

This commit is contained in:
Hrvoje Jasak 2018-06-18 11:21:52 +01:00
parent e7693b75fa
commit 8ee98070fc

View file

@ -23,9 +23,9 @@ thermal
material0 material0
{ {
type constant; type constant;
rho rho [1 -3 0 0 0] 10; rho rho [1 -3 0 0 0 0 0] 10;
C C [0 2 -2 -1 0] 100; C C [0 2 -2 -1 0 0 0] 100;
k k [1 1 -3 -1 0] 10; k k [1 1 -3 -1 0 0 0] 10;
// Values not used // Values not used
alpha alpha [0 0 0 -1 0 0 0] 0.0; alpha alpha [0 0 0 -1 0 0 0] 0.0;
@ -40,7 +40,7 @@ thermal
air // gap 0 air // gap 0
{ {
type constant; type constant;
beta beta [1 1 -3 -1 0] 1; beta beta [1 1 -3 -1 0 0 0] 1;
zones ( contactSurface ); zones ( contactSurface );
} }
); );