I have done some researches and I see that in the script ionic.py, there is a reference to a passive ionic model. I want to introduce a passive region in my tissue, so I have tried to use this function with this configuration:
model.ionic.PassiveIonicRegion(indexes,'Passive elements patch'),
where: indexes is a vector of all the indexes of region's elements and 'Passive element patch' is the name of the region.
So, in particular, my questions are:
1)Have I used the function correctly?
2)Should I introduce a new region with the command imp_region? And if so, should I have to put the model's name as 'Passive'?
3)How can I check if the region is actually passive?