Skip to content

Wake model #547

Answered by rafmudaf
prith-gs asked this question in Q&A
Dec 8, 2022 · 2 comments · 7 replies
Discussion options

You must be logged in to vote

Absolutely! We don't have formal documentation for this just yet so I'll try to describe it fully here. A good starting point is to copy a model that is similar to the one you'll be implementing and modify it.

You can add a new model class in the wake_velocity directory and register it with the framework by listing it in Wake.model_map. Also, be sure to include it in the wake_velocity directory's __init__.py.

The class definition itself must have a couple of functions. First, there's a function to extract any information from the grid and flow field for sizing the data arrays. This information should be available at init and should not change throughout the calculation. If there is a bit …

Replies: 2 comments 7 replies

Comment options

You must be logged in to vote
3 replies
@prith-gs
Comment options

@Darry6682
Comment options

@rafmudaf
Comment options

Answer selected by paulf81
Comment options

You must be logged in to vote
4 replies
@FulaiJin
Comment options

@rafmudaf
Comment options

@rafmudaf
Comment options

@FulaiJin
Comment options

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