Medical Imaging Interaction Toolkit
2023.04.00
Medical Imaging Interaction Toolkit
|
#include "mitkNumericTwoCompartmentExchangeModel.h"
Go to the source code of this file.
Classes | |
class | mitk::TwoCompartmentExchangeModelDifferentialEquations |
Helper Class for NumericTwoCompartmentExchangeModel: Defines the differential equations (Mass Balance Equations) in the 2 Compartment Exchange model. The 2 Compartment Exchange model is defined via the mass balance equations vp * dCp(t)/dt = F * (CA(t) - Cp(t)) - PS * (Cp(t) - Ce(t)) ve * dCe(t)/dt = PS * (Cp(t) - Ce(t)) Boost ODEINT performs a stepwise numeric integration (e.g. via Runge-Kutta method) of the initial value problem x' = dx/dt = f(x,t) It needs an operator () (a functor) that calculates dx/dt = dxdt for a given x and t. Parameters are F, PS, ve and vp and the time dependent Ca(t) =AIF, that is interpolated to the current step t. More... | |
Namespaces | |
mitk | |
DataCollection - Class to facilitate loading/accessing structured data. | |