Use create zones utility in the foundation version#288
Conversation
| %:True | ||
| # Set cell zones contained inside the .stl surfaces | ||
| runCommand topoSet -dict system/topoSetZonesDict | ||
| if( (Get-Command createNonConformalCouples) ) |
There was a problem hiding this comment.
createNonConformalCouples -> createZones?
There was a problem hiding this comment.
that was a mistake. now fixed it
| runCommand createPatch -overwrite | ||
|
|
||
| # Set cell zones contained inside the .stl surfaces | ||
| if( (Get-Command createNonConformalCouples) ) |
There was a problem hiding this comment.
Please could you update this to account for the fix?
|
Could you check that all tests are passing and update reference data where appropriate? I am seeing a few discrepancies. |
|
I get 1 error and 1 failure but those are related to other demos and I am working on there fixes. |
|
sorry now I found that I did the tests with the master branch. and when I did it with the feature branch it gave me alot of errors. |
|
looks like it was a problem in conflicting commits or something like that. |
the foundation version made the
createZonesutility as a replacement fortopoSetand it is alot easier to use.and the topoSet is now marked as depricated in the foundation version.