Skip to content

Surface Grid #287

Closed Answered by heetrojivadiya
bogdanvadan asked this question in Q&A
Sep 20, 2023 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

Hello @bogdanvadan,

I have tried to create a surface grid to polar type by assigning few parameters as a dictionary, which you can find here:

params={'grid_type':"GRID_TYPE_POLAR",
   'grid_origin':{
        'x' : float,
        'y' : float,
        'z' : float},
   'grid_adapt_automatically': True}

for example: Surface(1, '1 2 3 4', 1, params={'grid_type':"GRID_TYPE_POLAR", 'grid_origin':{ 'x' : 2.0, 'y' : 2.0, 'z' : 0.0}, 'grid_adapt_automatically': True}). By activating 'grid_adapt_automatically = True', you do not need to assign grid distance R and alpha.

Sorry, I did not understand the second point of the result sections. If you are looking to extract result tables for 'Results by S…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@bogdanvadan
Comment options

Answer selected by bogdanvadan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants