Skip to content

Commit

Permalink
changing Penalty factor
Browse files Browse the repository at this point in the history
  • Loading branch information
luchete80 committed Dec 15, 2021
1 parent aa4bb7a commit e410d3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Contact_Compression.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ int main(){
}
//Contact Penalty and Damping Factors
dom.contact = true;
dom.PFAC = 0.2;
dom.PFAC = 1.0;
dom.DFAC = 0.2;

dom.m_kernel = SPH::iKernel(dom.Dimension,h);
Expand Down
1 change: 1 addition & 0 deletions Docs/CONTACT.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Penalty factor has influence with exists initial penetration

0 comments on commit e410d3e

Please sign in to comment.