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

Effective radius correction coefficient #16

Closed
3 tasks done
paulmueller opened this issue Oct 15, 2021 · 2 comments
Closed
3 tasks done

Effective radius correction coefficient #16

paulmueller opened this issue Oct 15, 2021 · 2 comments
Labels
enhancement New feature or request

Comments

@paulmueller
Copy link
Member

paulmueller commented Oct 15, 2021

If the indented object is spherical, there is a correction factor that can be applied to the radius.

  • collect literature
  • find a user-friendly way (that is not confusing) to implement a helper function
  • make sure this works with data export
@paulmueller paulmueller added the enhancement New feature or request label Oct 15, 2021
@Shadahattum
Copy link

Shadahattum commented Dec 9, 2021

Literature I have relied on to calculate the correction factor :

https://pubs.rsc.org/en/content/articlelanding/2014/sm/c4sm00788c/unauth

equation 12 shows how the correction factor is calculated from the radii of the indenter, indented object and substrate.

Screenshot 2021-12-09 at 17 44 17

image

example:

Indenter R1 = 2.5 µm
Cell R2 = 7.5 µm
Surface R3 = ∞

1/R12 = 1/R1+1/R2
1/R32 = 1/R2 + 1/R3 = 1/R2

K= R2^(1/3)/(R2^(1/3)+R12^(1/3))=0.613

K is the correction factor that is multiplied by the indentation signal

@paulmueller
Copy link
Member Author

This is implemented in nanite 3.5.0: AFM-analysis/nanite@45bf36a

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants