Skip to content
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

New package for adding loads? #246

Open
ahojukka5 opened this issue Oct 24, 2019 · 1 comment
Open

New package for adding loads? #246

ahojukka5 opened this issue Oct 24, 2019 · 1 comment

Comments

@ahojukka5
Copy link
Member

ahojukka5 commented Oct 24, 2019

Should we consider building a separate package for adding loads to continuum models? We could then have several problems, like

traction = Problem(Traction, "trac", 3)
pressureLoad = Problem(PressureLoad, "pressure load", 3)
volumeLoad = Problem(VolumeLoad, "volume load", 3)

and so on?

@ahojukka5
Copy link
Member Author

Or maybe it's enough to have SurfaceLoad and VolumeLoad, we can then set fields to them and maybe add some helpers:

pressureLoad = PressureLoad(100.0)

and so on.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant