MASTmultiphysics / mast-multiphysics

Multidisciplinary-design Adaptation and Sensitivity Toolkit (MAST) - Sensitivity-enabled multiphysics FEA for design
https://www.mast-multiphysics.com
GNU Lesser General Public License v2.1
44 stars 25 forks source link

PointLoadSetType in PhysicsDiscipline #19

Closed manavbhatia closed 5 years ago

manavbhatia commented 5 years ago

@JohnDN90 are you using the PointLoadSetType for any of your work? I am looking to add a more general point load data structure and can keep or remove this based on current utility.

JohnDN90 commented 5 years ago

No, I'm not currently using it in any of my work.

manavbhatia commented 5 years ago

oh.. that was supposed to go to @jdeaton . Thanks anyways!

jdeaton commented 5 years ago

I'm using point loads, but not using that particular data structure to do it. I've been basically just directly adding values to R in specified degrees-of-freedom in a PostAssemblyOperation. I'd say remove it and let's implement something more general.

manavbhatia commented 5 years ago

Added point load condition to PhysicsDiscipline. This operates in the same way the other boundary conditions are applied. See the usage here in updated Example 2