show thermal options
This commit is contained in:
parent
4cc7f94eef
commit
909e1461b9
|
@ -1,3 +1,5 @@
|
||||||
Taylor2:
|
Taylor2:
|
||||||
N_constituents: 2
|
N_constituents: 2
|
||||||
mechanical: {type: isostrain}
|
mechanical:
|
||||||
|
type: isostrain
|
||||||
|
output: ['F','P']
|
||||||
|
|
|
@ -0,0 +1,5 @@
|
||||||
|
SX:
|
||||||
|
N_constituents: 1
|
||||||
|
mechanical:
|
||||||
|
type: pass
|
||||||
|
output: ['F','P']
|
|
@ -0,0 +1,5 @@
|
||||||
|
2constituents:
|
||||||
|
N_constituents: 2
|
||||||
|
thermal:
|
||||||
|
type: isotemperature
|
||||||
|
output: ['T']
|
|
@ -0,0 +1,5 @@
|
||||||
|
SX:
|
||||||
|
N_constituents: 1
|
||||||
|
thermal:
|
||||||
|
type: pass
|
||||||
|
output: ['T']
|
Loading…
Reference in New Issue