CAMP 1.0.0
Chemistry Across Multiple Phases
CAMP: Condensed Phase Diffusion Reactions

Condensed phase diffusion reactions are based on Fick's Law of diffusion and align with kinetic modeling approaches (e.g., [9] ).

Input data for condensed phase diffusion reactions have the following format :

{
"name" : "condensed phase diffusion",
"type" : "MECHANISM",
"reactions" : [
{
"type" : "CONDENSED_PHASE_DIFFUSION",
"species": [{
"phase": "aqueous",
"name": "H2O_aq"
},
{
"phase": "organic",
"name": "H2O_org"
}]
}

The key-value pairs condensed phase and associated species of the diffusing species are required. One phase/species pair is required, with a maximum of two phase/species pairs. The species indicated must have an associated diffusion coefficient [m2 s-1] listed as a property associated with the phase it exists in.