Hi!
I am currently working on a multiscale analysis of a fiber reinforced material using embedded trusses in a solid mesh.
I've been able to correctly simulate this material; however, I still need to implement a different model for the truss behavior, and then, I want to incorporate this model in a micro-material.
Currently, I can't get any output for the “truss stretch” plot variable. I tried to implement this plot variable as a plugin, but I get nothing from the dynamic_cast from the domain to FELinearTrussDomain or FETrussDomain classes.
Is it possible that there may be an issue with this plot variable? Since beams and trusses have been developed recently, I wonder if this stopped working at some point.
Thank you!
Andrés
I am currently working on a multiscale analysis of a fiber reinforced material using embedded trusses in a solid mesh.
I've been able to correctly simulate this material; however, I still need to implement a different model for the truss behavior, and then, I want to incorporate this model in a micro-material.
Currently, I can't get any output for the “truss stretch” plot variable. I tried to implement this plot variable as a plugin, but I get nothing from the dynamic_cast from the domain to FELinearTrussDomain or FETrussDomain classes.
Is it possible that there may be an issue with this plot variable? Since beams and trusses have been developed recently, I wonder if this stopped working at some point.
Thank you!
Andrés
Comment