Update dimension set to new format
This commit is contained in:
parent
e7693b75fa
commit
8ee98070fc
1 changed files with 4 additions and 4 deletions
|
@ -23,9 +23,9 @@ thermal
|
|||
material0
|
||||
{
|
||||
type constant;
|
||||
rho rho [1 -3 0 0 0] 10;
|
||||
C C [0 2 -2 -1 0] 100;
|
||||
k k [1 1 -3 -1 0] 10;
|
||||
rho rho [1 -3 0 0 0 0 0] 10;
|
||||
C C [0 2 -2 -1 0 0 0] 100;
|
||||
k k [1 1 -3 -1 0 0 0] 10;
|
||||
|
||||
// Values not used
|
||||
alpha alpha [0 0 0 -1 0 0 0] 0.0;
|
||||
|
@ -40,7 +40,7 @@ thermal
|
|||
air // gap 0
|
||||
{
|
||||
type constant;
|
||||
beta beta [1 1 -3 -1 0] 1;
|
||||
beta beta [1 1 -3 -1 0 0 0] 1;
|
||||
zones ( contactSurface );
|
||||
}
|
||||
);
|
||||
|
|
Reference in a new issue