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("Unit type was specified as " + unitName + ", which is inconsistent with specified particle model " + paramProvider.getString("PARTICLE_TYPE"));
204
+
throwInvalidParameterException("Unit type was specified as " + unitName + ", which is inconsistent with specified particle model " + particleType);
throwInvalidParameterException("Unit type was specified as " + unitName + ", which is inconsistent with specified particle model " + paramProvider.getString("PARTICLE_TYPE"));
213
+
throwInvalidParameterException("Unit type was specified as " + unitName + ", which is inconsistent with specified particle model " + particleType);
202
214
}
203
215
else
204
216
throwInvalidParameterException("Failed to configure unit type " + unitName);
LOG(Error) << "This particle Type (check HAS_FILM_DIFFUSION, HAS_PORE_DIFFUSION, HAS_SURFACE_DIFFUSION) is not implemented for FV discretization of the bulk phase, but was specified as such for unit " << uoId;
75
95
}
76
96
else
77
97
LOG(Error) << "Unknown bulk discretization type " << discName << " for unit " << uoId;
if ((paramProvider.exists("PARTICLE_TYPE") ? paramProvider.getString("PARTICLE_TYPE") : "EQUILIBRIUM_PARTICLE") != "EQUILIBRIUM_PARTICLE")
170
-
throwInvalidParameterException("Unit type was specified as LUMPED_RATE_MODEL_WITHOUT_PORES, which is inconsistent with specified particle model " + paramProvider.getString("PARTICLE_TYPE"));
throwInvalidParameterException("Unit type was specified as LUMPED_RATE_MODEL_WITHOUT_PORES, which is inconsistent with specified particle model " + particleType);
0 commit comments