imcs-compsim / MIRCO

A shared-memory parallel BEM code for the contact of rough surfaces
MIT License
2 stars 3 forks source link

Fix Random-Midpoint-Displacement algorithm #68

Closed RShaw026 closed 1 year ago

RShaw026 commented 1 year ago

Description and Context

In this MR, a variable, the initial standard deviation for the RMD algorithm, is added as an input parameter. Earlier, this variable was hard-coded, so we could not completely define a rough surface with the available input parameters. The empirical relation to choose these parameters w.r.t. the statistical parameters are given in the following article: On the reliability of microscopical contact models.

Related Issues and Pull Requests

How Has This Been Tested?

The generated topology with the given parameters is compared with the MATLAB code.

Checklist

Additional Information

Interested Parties / Possible Reviewers

@mayrmt @NoraHagmeyer @jacopenji

RShaw026 commented 1 year ago

@mayrmt Jacopo and I discussed your comment, and we thought of changing the variable name to initial_topology_std_deviation to avoid any confusion.