Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
menon-karthik committed Oct 7, 2024
1 parent b80d6a5 commit 2f44567
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions docs/pages/main.md
Original file line number Diff line number Diff line change
Expand Up @@ -347,19 +347,6 @@ Values of the boundary condition can be specified as a function of time as follo
```
See `svZeroDSolver/tests/cases/pulsatileFlow_R_RCR.json` for an example.

[//]: # "Below is for future development"
[//]: # "For the `FLOW` and `PRESSURE` boundary conditions, `bc_values` can also be specified as a mathematical expression as follow:"
[//]: # "```python"
[//]: # "{"
[//]: # " "bc_name": "INFLOW", # Name of the boundary condition"
[//]: # " "bc_type": "FLOW", # Type of the boundary condition"
[//]: # " "bc_values": {"
[//]: # " "fn": "2.0 * (4*atan(1.)) * cos(2.0 * (4*atan(1.)) * t)""
[//]: # " }"
[//]: # "},"
[//]: # "```"
[//]: # "For an example with a mathematical expression for the boundary condition, see `svZeroDSolver/tests/cases/timeDep_Flow.json`."

## Simulation Outputs

The simulation outputs will be saved in the specified CSV file (`<name_of_output_file>.csv`) when running `svZeroDSolver` from the command line as follows:
Expand Down

0 comments on commit 2f44567

Please sign in to comment.