You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CellMap has had makeCell for a long time. This method uses makeCell(Name,Simulation,index,material,temperature,Rule)
where Name is the CellMap name for the cell. I have added the same idea for SurfMap.
The generic form is : SurfMap::makeSurf(Name,SMap,surfIndex, variables..)
However, there is no makeSurf, because Surf needs to be replaces with the surface that you are building, e.g.
makePlane. I have not added ALL the makePlane/makeCylinder etc. just a couple of common ones. \
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
SurfMap::makeSurf
CellMap has had makeCell for a long time. This method uses makeCell(Name,Simulation,index,material,temperature,Rule)
where Name is the CellMap name for the cell. I have added the same idea for SurfMap.
The generic form is :
SurfMap::makeSurf(Name,SMap,surfIndex, variables..)
However, there is no makeSurf, because Surf needs to be replaces with the surface that you are building, e.g.
makePlane. I have not added ALL the makePlane/makeCylinder etc. just a couple of common ones. \
Commit: 1bf57f
Beta Was this translation helpful? Give feedback.
All reactions