Skip to content

Commit 837d908

Browse files
committed
Also capitalize Darcy
1 parent 294e7a7 commit 837d908

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/simulator/parameters.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)