Missing "stress_normal" field present in setup.xml
Posted: Fri Dec 06, 2024 2:54 pm
Hello,
I'm trying to run a calculation in which i try to couple ANN resolution for certain fields with the standard numerical resolution and i need to collect certain data every n time steps. One of them is the measure of the normal stress (that i can easily collect during the postprocess phase) which i haven't figure out how to retrieve. I tried calling the field using (in a f90 user subroutine) as "stress_normal" is what i have in the setup file specifically.
How can i manage to sort this problem?
Thanks to everyone,
Francesco
I'm trying to run a calculation in which i try to couple ANN resolution for certain fields with the standard numerical resolution and i need to collect certain data every n time steps. One of them is the measure of the normal stress (that i can easily collect during the postprocess phase) which i haven't figure out how to retrieve. I tried calling the field using
Code: Select all
call field_get_val_s_by_name("stress_normal", bpro_normstress)
How can i manage to sort this problem?
Thanks to everyone,
Francesco