Skip to content

Commit ddce2d2

Browse files
committed
Simplify Precomputed_solution parameter names.
1 parent 959495f commit ddce2d2

File tree

1 file changed

+6
-6
lines changed
  • documentation/multi_physics/solver-input-file/precomputed_solution_parameters

1 file changed

+6
-6
lines changed

documentation/multi_physics/solver-input-file/precomputed_solution_parameters/readme.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,18 @@ The <strong>Precomputed_solution</strong> keyword is used to define the paramete
2424
</nobr><br>
2525
If <i>true</i> then use a precomputed solution for a simulation.
2626
<br>
27-
<strong>&lt;Precomputed_solution_field_name></strong> <i>string</i> [none] <nobr>
28-
<strong>&lt;/Precomputed_solution_field_name&gt;</strong>
27+
<strong>&lt;Field_name></strong> <i>string</i> [none] <nobr>
28+
<strong>&lt;/Field_name&gt;</strong>
2929
</nobr><br>
3030
The name of the precomputed solution data field in the VTK VTU file.
3131
<br>
32-
<strong>&lt;Precomputed_solution_file_path></strong> <i>string</i> [none] <nobr>
33-
<strong>&lt;/Precomputed_solution_file_path&gt;</strong>
32+
<strong>&lt;File_path></strong> <i>string</i> [none] <nobr>
33+
<strong>&lt;/File_path&gt;</strong>
3434
</nobr><br>
3535
The path to the VTK VTU file containing the precomputed solution data.
3636
<br>
37-
<strong>&lt;Precomputed_time_step_size></strong> <i>real</i> [0.05] <nobr>
38-
<strong>&lt;/Precomputed_time_step_size&gt;</strong>
37+
<strong>&lt;Time_step></strong> <i>real</i> [0.05] <nobr>
38+
<strong>&lt;/Time_step&gt;</strong>
3939
</nobr><br>
4040
The time step used to compute the precomputed solution data.
4141
<br>

0 commit comments

Comments
 (0)