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

PenaltyDirichletBC #5268

Closed
bwspenc opened this issue Jun 18, 2015 · 2 comments
Closed

PenaltyDirichletBC #5268

bwspenc opened this issue Jun 18, 2015 · 2 comments
Labels
C: Framework P: normal A defect affecting operation with a low possibility of significantly affects. T: task An enhancement to the software.

Comments

@bwspenc
Copy link
Contributor

bwspenc commented Jun 18, 2015

I swear that there was a discussion on the users list recently about adding a penalty Dirichlet BC, but I can't find it now. This would be really useful to us for restraining rigid body modes in our solid mechanics models, but using a pretty weak spring to do that.

I have an implementation of this that I'll push shortly.

bwspenc added a commit to bwspenc/moose that referenced this issue Jun 18, 2015
bwspenc added a commit to bwspenc/moose that referenced this issue Jun 18, 2015
bwspenc added a commit to bwspenc/moose that referenced this issue Jun 19, 2015
@andrsd
Copy link
Contributor

andrsd commented Jun 19, 2015

PenaltyDirichletBC currently sits in tests/src/bcs/. You may want to check its implementation, possibly merge and move to framework/.

@bwspenc
Copy link
Contributor Author

bwspenc commented Jun 19, 2015

Thanks for pointing that out @andrsd . That would explain the strange compile errors I was seeing in the automated testing. Yes, that is something that I think is useful enough to move over.

@permcody permcody added C: Framework T: task An enhancement to the software. P: normal A defect affecting operation with a low possibility of significantly affects. labels Jun 19, 2015
bwspenc added a commit to bwspenc/moose that referenced this issue Jun 19, 2015
…idaholab#5268

Also made the penalty a required parameter.  Seems to me that if
you're using penalty anything, you'd better know what the penalty
is.
bwspenc added a commit to bwspenc/moose that referenced this issue Jun 19, 2015
…idaholab#5268

Also made the penalty a required parameter.  Seems to me that if
you're using penalty anything, you'd better know what the penalty
is.
bwspenc added a commit to bwspenc/moose that referenced this issue Jun 19, 2015
…idaholab#5268

Also made the penalty a required parameter.  Seems to me that if
you're using penalty anything, you'd better know what the penalty
is.
aeslaughter pushed a commit to aeslaughter/moose that referenced this issue Jun 25, 2015
…idaholab#5268

Also made the penalty a required parameter.  Seems to me that if
you're using penalty anything, you'd better know what the penalty
is.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: Framework P: normal A defect affecting operation with a low possibility of significantly affects. T: task An enhancement to the software.
Projects
None yet
Development

No branches or pull requests

3 participants