We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
Or maybe it's enough to have SurfaceLoad and VolumeLoad, we can then set fields to them and maybe add some helpers:
SurfaceLoad
VolumeLoad
pressureLoad = PressureLoad(100.0)
and so on.
Sorry, something went wrong.
No branches or pull requests
Should we consider building a separate package for adding loads to continuum models? We could then have several problems, like
and so on?
The text was updated successfully, but these errors were encountered: