[Solvd]How to inclde stress frm previous load case
- Mihir
- Topic Author
- Offline
- Junior Member
Less
More
- Posts: 29
- Thank you received: 0
11 years 6 months ago - 11 years 6 months ago #6955
by Mihir
[Solvd]How to inclde stress frm previous load case was created by Mihir
hey guys,
I am trying to implement a soil model, where my first stage is to determine the in-situ stress( the stress without any external loading, under the action of gravity). In the next stage, which is excavation, I need to include in my nodes the stress of the earlier case before doing the computation. How can I achieve this? [ Is it through crea_champ ?] Is there some tutorial that I could refer for this?
Thanking in advance,
d_riel
I am trying to implement a soil model, where my first stage is to determine the in-situ stress( the stress without any external loading, under the action of gravity). In the next stage, which is excavation, I need to include in my nodes the stress of the earlier case before doing the computation. How can I achieve this? [ Is it through crea_champ ?] Is there some tutorial that I could refer for this?
Thanking in advance,
d_riel
Last edit: 11 years 6 months ago by Mihir.
- RichardS
- Offline
- Elite Member
11 years 6 months ago - 11 years 6 months ago #6956
by RichardS
SimScale - Engineering Simulation in your browser!
Replied by RichardS on topic Re: How to include stress from previous load case?
Hello d_riel,
that shouldn't be a problem. CREA_CHAMP is indeed the right solution.
Something like this should work:
Best regards,
Richard
that shouldn't be a problem. CREA_CHAMP is indeed the right solution.
Something like this should work:
RESU0 = (....initial calc with gravity
...INST_FIN=tFIN....);
SIGM0 = CREA_CHAMP(TYPE_CHAM='ELGA_SIEF_R',
OPERATION='EXTR',
RESULTAT=RESU0,
NOM_CHAM='SIEF_ELGA',
INST=tFIN);
RESU1 = STAT_NON_LINE(ETAT_INIT=_F(SIGM=SIGM0),
...);
Best regards,
Richard
SimScale - Engineering Simulation in your browser!
Last edit: 11 years 6 months ago by RichardS.
The following user(s) said Thank You: Mihir
- Mihir
- Topic Author
- Offline
- Junior Member
Less
More
- Posts: 29
- Thank you received: 0
11 years 6 months ago - 11 years 6 months ago #6958
by Mihir
Replied by Mihir on topic Re: How to include stress from previous load case?
Hey Richard!
Thanks a lot, thats really helpful. Can you also tell me why we are using INST_FIN?
Regds,
d_rirel
Thanks a lot, thats really helpful. Can you also tell me why we are using INST_FIN?
Regds,
d_rirel
Last edit: 11 years 6 months ago by Mihir.
- RichardS
- Offline
- Elite Member
11 years 6 months ago #6959
by RichardS
SimScale - Engineering Simulation in your browser!
Replied by RichardS on topic Re: How to include stress from previous load case?
Hello d_riel,
its no neccessity to use INST_FIN, it was just to indicate a time step, because with CREA_CHAMP you can only extract one time step of a field.
Best regards,
Richard
its no neccessity to use INST_FIN, it was just to indicate a time step, because with CREA_CHAMP you can only extract one time step of a field.
Best regards,
Richard
SimScale - Engineering Simulation in your browser!
The following user(s) said Thank You: Mihir
- Mihir
- Topic Author
- Offline
- Junior Member
Less
More
- Posts: 29
- Thank you received: 0
11 years 6 months ago - 11 years 6 months ago #6961
by Mihir
Replied by Mihir on topic Re: How to include stress from previous load case?
Hey Richard,
Thanks a lot for the reply.
Regds,
d_riel
Thanks a lot for the reply.
Regds,
d_riel
Last edit: 11 years 6 months ago by Mihir.
Moderators: catux
Time to create page: 0.150 seconds