Skip to content

Commit

Permalink
Minor change to the comments of main file.
Browse files Browse the repository at this point in the history
  • Loading branch information
August committed Dec 1, 2020
1 parent b4d5036 commit 5615384
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion indentationToElasticModulus.m
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,17 @@
%
% AFM-NI: Script for relating the indentation modulus to the elastic constants.
%
% This code generate the figures of the manuscript
% Estimation of the in-situ elastic constants of wood pulp fibers in freely
% dried paper via AFM experiments
%
% C. Czibula, A. Brandberg, M. J. Cordill, A. Matković, O. Glushko,
% Ch. Czibula, A. Kulachenko, C. Teichert, U. Hirn
%
% In prep. 2020.
%
% created by: August Brandberg augustbr at kth dot se
% date: 2020-12-01
%

% Meta instructions
Expand Down Expand Up @@ -84,7 +94,7 @@
finalState.pyr = x;


Mexp(1) = 7.70;%7.45; % Hemispherical indenter
Mexp(1) = 7.70; % Hemispherical indenter
Mexp(2) = 2.92;

costFcn = @(x) delafargueAndUlmMethod([x ; GTL ; nuTT ; nuTL],'Cone');
Expand Down

0 comments on commit 5615384

Please sign in to comment.