Skip to content

Concentration profile plot with cumulative dose

Luis Aleixo requested to merge feature/concentration_cumulative_dose into master

This MR resolves the 2nd and 5th items from the Report update for MC version issue.

I've modified the C(t) vs time graph to have the cumulative dose as well. To do that, in comparison with feature/mc branch I applied Equation 16 from CERN-OPEN-2021-004.

The plot was built using the d3 library.

Screenshot_2021-10-19_at_16.10.54

Performance:

Before (master):

[I 211019 11:55:41 web:2239] 200 GET /calculator/baseline-model/result (::1) 2164.32ms
[I 211019 11:55:42 web:2239] 200 GET /calculator/baseline-model/result (::1) 370.76ms

After:

[I 211019 11:54:54 web:2239] 200 GET /calculator/baseline-model/result (::1) 2442.11ms
[I 211019 11:54:57 web:2239] 200 GET /calculator/baseline-model/result (::1) 537.44ms
Edited by Luis Aleixo

Merge request reports