Hello
After using the CSM module, I have obtained different load cases. Following this, I would like to create envelopes from the different load cases obtained. I would like to create a load case that would be the Maximum envelope and another load case that would be the minimum envelope of 2 different load cases. I have seen that it was possible to do this with the GMAX/GMIN function, however, I do not get the expected results, the curves are wrong.
1 idea :
+PROG AQB
head Envelope (G+G’)
LC 7051
LC 7052
COMB GMAX LCST=8001 TITL=“Env_Max G+G’”
COMB GMIN LCST=8002 TITL=“Env_min G+G’”
STRE E
END
Also, I tried to create copies by copying the load cases but it still doesn’t give me the expected result.
2 idea :
+PROG AQB
head Enveloppe (G+G’)
LC 7051
LC 7052
COMB EXTR LC1 LCST=8010 TITL=“Copy_7051”
SOLO 7051
COMB EXTR LC1 LCST=8011 TITL=“Copy_7052”
SOLO 7052
COMB GMAX LCST=8013 TITL="Env_max "
COMB GMIN LCST=8014 TITL=“Env_min”
STRE E
END
I wonder if it is possible to make envelope curves via TEDDY that would allow us to perform operations on them later ? I know that it is possible to make the envelopes with Wingraf but it is not what I want to do.
Thank you for your help
Antoine