Le_Mickster
Mechanical
- Dec 5, 2019
- 10
Hi everyone.
What I am trying to achieve is pre-tension of some supportive tubes. The reason is that the tubes support a pipe, which is experiencing thermal expansion. To level out the displacement due to heat-transfer, then the tubes are moved a given displacement as a pre-tension.
In first step I want to use *BOUNDARY to give the block below a displacement.
In the second step I want to activate the tie, such that the lower surface (which is the master-surface) is not displaced also.
This is not possible to do with TIED surfaces, as seen below.
Do any of you have any suggestions how to achieve this in some other way or am I missing something?
Step 0 - Pre-Tension of Stays
*STATIC
*MODEL CHANGE, REMOVE, TYPE=CONTACT PAIR
SCR_Stay_Bot_S, SCR_Stay_Bot_M
*BOUNDARY, OP=MOD
MOVE3,1, ,-17.0
MOVE3,2, ,0.0
MOVE3,3, ,0.0
MOVE4,1, ,-17.0
MOVE4,2, ,0.0
MOVE4,3, ,0.0
Step 1 - Pressure
*STATIC
*MODEL CHANGE, ADD, TYPE=CONTACT PAIR
SCR_Stay_Bot_S, SCR_Stay_Bot_M
*BOUNDARY, FIXED
MOVE3,1,3,0.0
MOVE4,1,3,0.0
*DLOAD, OP=NEW
,GRAV,9820,0,0,-1
SCRress_shell,P,0.386
ScavRec_Press_Shells,P,0.386
Exht_Pressure,P,0.386
***ERROR: CONTACT PAIR (SCR_STAY_BOT_S, SCR_STAY_BOT_M) IS A TIED CONTACT
PAIR. *MODEL CHANGE CANNOT BE USED FOR TIED CONTACT PAIRS
What I am trying to achieve is pre-tension of some supportive tubes. The reason is that the tubes support a pipe, which is experiencing thermal expansion. To level out the displacement due to heat-transfer, then the tubes are moved a given displacement as a pre-tension.
In first step I want to use *BOUNDARY to give the block below a displacement.
In the second step I want to activate the tie, such that the lower surface (which is the master-surface) is not displaced also.
This is not possible to do with TIED surfaces, as seen below.
Do any of you have any suggestions how to achieve this in some other way or am I missing something?
Step 0 - Pre-Tension of Stays
*STATIC
*MODEL CHANGE, REMOVE, TYPE=CONTACT PAIR
SCR_Stay_Bot_S, SCR_Stay_Bot_M
*BOUNDARY, OP=MOD
MOVE3,1, ,-17.0
MOVE3,2, ,0.0
MOVE3,3, ,0.0
MOVE4,1, ,-17.0
MOVE4,2, ,0.0
MOVE4,3, ,0.0
Step 1 - Pressure
*STATIC
*MODEL CHANGE, ADD, TYPE=CONTACT PAIR
SCR_Stay_Bot_S, SCR_Stay_Bot_M
*BOUNDARY, FIXED
MOVE3,1,3,0.0
MOVE4,1,3,0.0
*DLOAD, OP=NEW
,GRAV,9820,0,0,-1
SCRress_shell,P,0.386
ScavRec_Press_Shells,P,0.386
Exht_Pressure,P,0.386
***ERROR: CONTACT PAIR (SCR_STAY_BOT_S, SCR_STAY_BOT_M) IS A TIED CONTACT
PAIR. *MODEL CHANGE CANNOT BE USED FOR TIED CONTACT PAIRS