|
[Sponsors] | |||||
|
|
|
#1 |
|
New Member
Daniel
Join Date: Apr 2015
Location: São José dos Campos, Brazil
Posts: 1
Rep Power: 0 ![]() |
Hi everybody!
I am trying solve a elasticThermalSolidFoam with a multi material in foam extend 4.0. The problem is on thermalProperties dict. How do i set this dict with a multiMaterial type? I tried this but it did not work: Code:
thermal
{
type multiMaterial;
laws
(
material0
{
C C [0 2 -2 -1 0 0 0] 434;
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;
}
material1
{
C C [0 2 -2 -1 0 0 0] 434;
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;
}
material2
{
C C [0 2 -2 -1 0 0 0] 434;
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;
}
);
gaps
(
);
sources
(
);
}
DanielRF |
|
|
|
|
|
![]() |
| Tags |
| elasticthermalsolidfoam, foam ext 4.0, multimaterial, thermalproperties |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|