diff --git a/source/solvers/tracer_scratch_data.cc b/source/solvers/tracer_scratch_data.cc index 34640ba50b..510af4b435 100644 --- a/source/solvers/tracer_scratch_data.cc +++ b/source/solvers/tracer_scratch_data.cc @@ -73,6 +73,8 @@ TracerScratchData::calculate_physical_properties() } case 2: { + throw std::runtime_error( + "Unsupported number of fluids (2) with the tracer physics."); // In this case, we need both density and viscosity const auto diffusivity_models = properties_manager.get_tracer_diffusivity_vector();