diff --git a/docs/pages/main.md b/docs/pages/main.md index 6909b5f3..603ff10e 100644 --- a/docs/pages/main.md +++ b/docs/pages/main.md @@ -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 (`.csv`) when running `svZeroDSolver` from the command line as follows: