TensoMechanics variables definition #16086
-
Hi all, I have little to non experience on C++ and I'm learning it on the fly while I use MOOSE. I have a material distributed in space that I would like to operate it with a simple function in the Material system. What type of variable do I have to define in the head file to store the result of this operation? More precisely, the head file looks like this virtual void computeQpElasticityTensor() override; /// Space distributed material I hope this makes sense, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Can you provide more details regarding what you are trying to compute. You code indicates that you are using the tensor mechanics module and working on computing an elasticity tensor. Does the value you need to compute contribute to this tensor or are you computing something else? |
Beta Was this translation helpful? Give feedback.
Can you provide more details regarding what you are trying to compute. You code indicates that you are using the tensor mechanics module and working on computing an elasticity tensor. Does the value you need to compute contribute to this tensor or are you computing something else?