Skip to content

Commit 8df0165

Browse files
authored
update 1d input file (#13)
1 parent c7abbf4 commit 8df0165

File tree

1 file changed

+8
-8
lines changed
  • documentation/rom_simulation/1d-solver/input_file

1 file changed

+8
-8
lines changed

documentation/rom_simulation/1d-solver/input_file/readme.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -439,10 +439,10 @@ Arguments
439439
<li><i>oarea</i> (double - Segment outlet area. </li><br>
440440
<li><i>iflow</i> (double - Segment initial flow. </li><br>
441441
<li><i>material</i> (string) - Segment material. </li><br>
442-
<li><i>mltype</i> (string) - Minor loss type. </li><br>
443-
<li><i>angle</i> (double) - Branch angle. </li><br>
444-
<li><i>uid</i> (integer) - Upstream segment ID. </li><br>
445-
<li><i>bid</i> (integer) - Branch segment ID. </li><br>
442+
<li><i>mltype</i> (string) - Minor loss type. (NONE or <a href="https://github.com/SimVascular/svOneDSolver/blob/master/tests/cases/tube_stenosis_r.in">STENOSIS</a>) </li><br>
443+
<li><i>angle</i> (double) - Branch angle. (not used) </li><br>
444+
<li><i>uid</i> (integer) - Upstream segment ID. (in cases of STENOSIS minor loss type) </li><br>
445+
<li><i>bid</i> (integer) - Branch segment ID. (not used) </li><br>
446446
<li><i>bctype</i> (string) - Outlet boundary condition type. </li><br>
447447
<li><i>dname</i> (string) - Data Table Name for boundary condition. </li><br>
448448
</ul>
@@ -455,10 +455,10 @@ Arguments
455455
Outlet boundary condition types
456456

457457
<ul style="list-style-type:none;">
458-
<li> FLOW - Time-varying outlet flow rate. </li><br>
459-
<li> NOBOUND - No outlet boundary condition; used for internal segment outlets. </li><br>
460-
<li> RCR - Boundary condition specified through an RCR circuit. </li><br>
461-
<li> RESISTANCE - Constant resistance in model units. </li><br>
458+
<li> <a href="https://github.com/SimVascular/svOneDSolver/blob/master/tests/cases/Left_coronary_inlet_pressure_wave_outlet_coronary.in">NOBOUND</a> - No outlet boundary condition; used for internal segment outlets. </li><br>
459+
<li> <a href="https://github.com/SimVascular/svOneDSolver/blob/master/tests/cases/tube_rcr.in">RCR</a> - Boundary condition specified through an RCR circuit (see <a href="https://www.sciencedirect.com/science/article/pii/S0045782505002586">Vignon-Clementel et al., 2006</a>). The sequence of parameters in the input file is Rp, C, Rd, Pd.</li><br>
460+
<li> <a href="https://github.com/SimVascular/svOneDSolver/blob/master/tests/cases/tube_r.in">RESISTANCE</a> - Constant resistance. </li><br>
461+
<li> <a href="https://github.com/SimVascular/svOneDSolver/blob/master/tests/cases/Left_coronary_inlet_pressure_wave_outlet_coronary.in">CORONARY</a> - Coronary boundary condition (see <a href="https://link.springer.com/article/10.1007/s10439-010-0083-6">Kim et al., 2010</a>). The sequence of parameters in the input file is Ra1, Ra2, Ca, Cc, Rv1, and a time-table for P_v. </li><br>
462462
</ul>
463463
</div>
464464
<br>

0 commit comments

Comments
 (0)