20 #ifndef GEOS_PHYSICSSOLVERS_FLUIDFLOW_PROPPANT_PROPPANTTRANSPORTFIELDS_HPP_
21 #define GEOS_PHYSICSSOLVERS_FLUIDFLOW_PROPPANT_PROPPANTTRANSPORTFIELDS_HPP_
37 "proppantConcentration",
42 "Proppant concentration" );
45 "proppantConcentration_n",
50 "Proppant concentration at the previous converged time step" );
53 "componentConcentration",
58 "Component concentration" );
61 "componentConcentration_n",
66 "Component concentration at the previous converged time step" );
69 "bcComponentConcentration",
74 "Boundary component concentration" );
90 "Flag denoting the proppant boundary" );
98 "Flag indicating whether proppant is mobile" );
101 "componentDensity_n",
106 "Component density at the previous converged time step" );
109 "proppantPackVolumeFraction",
114 "Proppant pack volume fraction" );
117 "proppantExcessPackVolume",
122 "Proppant pack volume fraction" );
130 "Proppant lift flux" );
#define DECLARE_FIELD(NAME, KEY, TYPE, DEFAULT, PLOTLEVEL, RESTARTFLAG, DESCRIPTION)
Generates a traits struct.