Skip to content
Snippets Groups Projects
Commit efdec659 authored by Lars Hubatsch's avatar Lars Hubatsch
Browse files

Offset now relative to phi tot inside.

parent a50c2302
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@ function u = flory_ic(x, a, b, u0, e, ic, x0, ic_c)
if strcmp(ic, 'FRAP')
% FRAP initial condition
if x < -a
u = ic_c;
u = ic_c*Ternary_model.phi_tot(x, a, b, e, u0, 0); % normalize
else
% Concentration outside, away from droplet
u = u0-e;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment