-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
temperature dependent material property support? #350
Comments
I think the best we have for temperature varying constitutive classes is the PhaseChangeMaterialConstitutive. This class has the capability to specify two distinct property phases that get switched between depending on the temperature of the element. |
oh that could work, I'll look into that, thank you! |
@jaredmagnusson there is a smoothing term that controls how quickly the material changes phases. If you don't want something as discrete as a phase change material, you could play with this to make it more linear. Happy to discuss more if you have any questions |
Hello Mark, If I wanted to model material property changes due to temperature, I'm thinking: set I'm interested in using |
@jaredmagnusson I agree with setting
|
thank you for the clarification. We're currently using 3D, so if it really comes to it, maybe we could look into a generic |
Hello,
Has a method been developed (or maybe in the works) to support temperature dependent material properties using the elemCallBack method of initializing pyTACS? I guess another alternative without elemCallBack would be supporting a MATT1 input card for a given BDF file?
The text was updated successfully, but these errors were encountered: