Dear All,
For imposing periodic boundary conditions for thermal problem in FEAP, one can use
PERI, THER
0 0 1
0 0 0
0 0 0
CBOU (for one point)
node, -20, -20, -20, 1
node, 20, -20, -20, 1
node, -20, 20, -20, 1
node, 20, 20, -20, 1
node, -20, -20, 20, 1
node, 20, -20, 20, 1
node, -20, 20, 20, 1
node, 20, 20, 20, 1
END
tie
ELINK
3, 20, -20, 0, 0
2, 20, -20, 0, 0
1, 20, -20, 0, 0
Now I am solving two thermal problem in staggered manner by using Partition.
Could we also impose periodic BCs for both thermal fields? Thanks a lot.