Skip to content

Commit ca48618

Browse files
authored
Update precomputed dye ad readme (SimVascular#331)
1 parent 407d74d commit ca48618

File tree

1 file changed

+6
-4
lines changed
  • tests/cases/fluid/precomputed_dye_AD

1 file changed

+6
-4
lines changed

tests/cases/fluid/precomputed_dye_AD/README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,12 @@ Simulate dye transport in a cylinder govered by a given velocity field. The dye
77
The advection-diffusion equation that governs dye transport uses a known velocity field read in from a VTK-format file named **precomputed_velocity.vtu** containing a *PointData DataArray* named **Velocity**.
88

99
```
10-
<Use_precomputed_solution> true </Use_precomputed_solution>
11-
<Precomputed_solution_file_path> precomputed_velocity.vtu </Precomputed_solution_file_path>
12-
<Precomputed_solution_field_name> Velocity </Precomputed_solution_field_name>
13-
```
10+
<Precomputed_solution>
11+
<Use_precomputed_solution> true </Use_precomputed_solution>
12+
<File_path> precomputed_velocity.vtu </File_path>
13+
<Field_name> Velocity </Field_name>
14+
</Precomputed_solution>
15+
```
1416

1517
## Inflow boundary condition
1618
The inflow boundary condition for a constant release of dye at the **lumen_inlet** inlet face.

0 commit comments

Comments
 (0)