Skip to content

Commit aadde7d

Browse files
update .cc files
1 parent d1d6cc0 commit aadde7d

File tree

2 files changed

+8
-10
lines changed

2 files changed

+8
-10
lines changed

cookbooks/2D_subduction_with_two_phase_flow/plugin/bound_fluid_source.cc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ namespace aspect
6666
{
6767
ASPECT_REGISTER_MATERIAL_MODEL(BoundFluidSource,
6868
"reactive fluid transport bound fluid source",
69-
"A simple material model that is like the "
70-
"'reactive fluid transport' model, but prevents "
71-
"the bound fluid content from decreasing.")
69+
"A material model that is like the 'reactive "
70+
"fluid transport' model, but modifies the reactions "
71+
"to prevent the bound fluid content from decreasing.")
7272
}
7373
}

cookbooks/2D_subduction_with_two_phase_flow/plugin/world_builder_disequilibrium_fluid.cc

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ namespace aspect
157157
"for all compositions that are not selected in the list. "
158158
"By default the list is empty and the world builder is "
159159
"evaluated for all compositional fields.");
160-
prm.declare_entry ("Disequilibrium percentage", "10",
160+
prm.declare_entry ("Disequilibrium percentage", "5",
161161
Patterns::Double(0),
162162
"A percentage value that defines the increase in the "
163163
"bound_fluid compositional field from its equilibrium value. "
@@ -216,12 +216,10 @@ namespace aspect
216216
ASPECT_REGISTER_INITIAL_COMPOSITION_MODEL(WorldBuilderDisequilibrium,
217217
"world builder disequilibrium",
218218
"Specify the initial composition through the World Builder. "
219-
"More information on the World Builder can be found at "
220-
"\\url{https://geodynamicworldbuilder.github.io}. "
221-
"Make sure to specify the location of the World Builder file "
222-
"in the parameter 'World builder file'. It is possible to use "
223-
"the World Builder only for selected compositional fields by "
224-
"specifying the parameter 'List of relevant compositions'.")
219+
"If the composition is not named bound_fluid, the composition "
220+
"is set to the value returned by the World Builder. If the "
221+
"composition is named bound_fluid, the value returned by the "
222+
"World Builder is increased by a user defined percentage. ")
225223
}
226224
}
227225
#endif

0 commit comments

Comments
 (0)