You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
throwInvalidParameterException("Field NBOUND does not contain NCOMP = " + std::to_string(_nComp) + " entries for particle type " + std::to_string(_parTypeIdx));
throwInvalidParameterException("Field NBOUND does not contain NCOMP = " + std::to_string(_nComp) + " entries for particle type " + std::to_string(_parTypeIdx));
throwInvalidParameterException("Binding model " + bindModelNames[0] + " was specified, but group \"adsorption\" is missing for particle type " + std::to_string(_parTypeIdx));
113
90
114
91
// ==== Construct and configure particle transport and discretization
throwInvalidParameterException("Binding model " + bindModelNames[0] + " was specified, but group \"adsorption\" is missing for particle type " + std::to_string(_parTypeIdx));
145
-
146
-
if (_binding->usesParamProviderInDiscretizationConfig())
throwInvalidParameterException("Field NBOUND does not contain NCOMP = " + std::to_string(_nComp) + " entries for particle type " + std::to_string(_parTypeIdx));
// every bound state might depend on every bound and liquid state
921
920
for (int parNode = 0; parNode < _nParPoints; parNode++)
922
921
{
922
+
// binding: every bound state might depend on every bound and liquid state
923
+
// reaction: every liquid and bound state might depend on every liquid and bound state
923
924
for (int state = 0; state < strideParPoint(); state++)
924
925
{
925
926
for (int stateDep = 0; stateDep < strideParPoint(); stateDep++) {
@@ -931,14 +932,14 @@ namespace parts
931
932
}
932
933
}
933
934
}
935
+
934
936
/**
935
937
* @brief calculates the particle dispersion jacobian Pattern, including entries for the dependence of particle entries on bulk entries through film diffusion boundary condition
936
938
* @detail Does NOT add film diffusion entries for the dependence of bulk conc. on particle conc.
0 commit comments