Location: Modeling the Recruitment and Synchronization of SMCs (Koenigsberger et al. 2004) @ 839cb5461cc6 / Simulation / src / runSim.ps1

Author:
WeiweiAi <wai484@aucklanduni.ac.nz>
Date:
2022-06-07 10:45:02+12:00
Desc:
1. Change T, and Ki, include E_Cl; 2. Remove redundant experiments
Permanent Source URI:
https://models.physiomeproject.org/workspace/874/rawfile/839cb5461cc64d7ad752561e5381ebd614a848eb/Simulation/src/runSim.ps1

## Run OpenCOR simulation using Python shell in PowerShell:
# If this script cannot be loaded, type "Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope Process" in the PowerShell terminal
# The OpenCOR installation folder path
$dpath= 'C:/Users/wai484/Documents/OpenCOR'
# The simulation Python script directory where the script is present
$mpath='C:/Users/wai484/Documents/RecruitmentSynchronization_SMCs/Simulation/src'
# The simulation Python script
$mfile='simFig2.py'
# Run the simulation script using Python shell
.$dpath/pythonshell.bat $mpath/$mfile
$mfile='simFig2_1.py'
# Run the simulation script using Python shell
.$dpath/pythonshell.bat $mpath/$mfile