Implementing Thermal Effetcs #199
TheIranCircle
started this conversation in
General
Replies: 1 comment
-
Do you implement this in PBD, XPBD or Shape Matching? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'd like to try adding thermal effects such as thermal expansion or softening and possibly phase transformation. I have started adding variables to the particle such as
std::vector<Real> m_temperature;
, but it would be really helpful to have a few pointer on where to start implementing the coupling like this? I am thinking to try implementing loose coupling first. ThanksBeta Was this translation helpful? Give feedback.
All reactions