File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1443,7 +1443,7 @@ namespace aspect
14431443 " field as mentioned in Section~\\ ref{sec:methods:compositional-fields}, except that it is "
14441444 " advected with the Darcy velocity instead of the solid velocity. This method "
14451445 " requires there to be a compositional field named porosity that is advected "
1446- " with the darcy field method. We calculate the fluid velocity $u_f$ using an "
1446+ " with the Darcy field method. We calculate the fluid velocity $u_f$ using an "
14471447 " approximation of Darcy's Law: $u_f = u_s - K_D / \\ phi * (\\ rho_s * g - \\ rho_f * g)$."
14481448 " \n "
14491449 " * ``prescribed field'': The value of these fields is determined "
@@ -2259,7 +2259,7 @@ namespace aspect
22592259 AssertThrow (porosity_idx != n_compositional_fields,
22602260 ExcMessage (" The Darcy advection field method only works if there is a compositional field named 'porosity'" ));
22612261 AssertThrow (compositional_field_methods[porosity_idx] == AdvectionFieldMethod::fem_darcy_field,
2262- ExcMessage (" When using the Darcy advection field method, the porosity field must be advected with the darcy method." ));
2262+ ExcMessage (" When using the Darcy advection field method, the porosity field must be advected with the Darcy method." ));
22632263 }
22642264
22652265 for (const auto &p : x_mapped_particle_properties)
You can’t perform that action at this time.
0 commit comments