Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compute TI, l from spectra or Reynolds Stress and validate #37

Open
6 tasks
thclark opened this issue Jan 18, 2019 · 0 comments
Open
6 tasks

Compute TI, l from spectra or Reynolds Stress and validate #37

thclark opened this issue Jan 18, 2019 · 0 comments
Labels
feature A new feature of the app

Comments

@thclark
Copy link
Contributor

thclark commented Jan 18, 2019

By integrating the spectra, or from the Reynolds Stresses (if possible?) compute Turbulent Intensity and lengthscale values.

These can be used in existing analysis codes to generate turbulent fields with the Mann method and TurbSim (using von Karman or Kaimal approximations until a field generator can be added to es-flow which properly reflects spectral shape).

Tasks

  • Add function stub get_ti to adem.h (either a member function to AdemData or an extra function depending on whether Refactor AdemData to fully fledged class. #34 is done)

  • Use that function to compute TI and lengthscale (directional parameters), suitable for use in turbsim. Add the output profiles of TI_i, l_ij to AdemData.

  • Create a relations/spectra.h module to enable us to get spectra at a given height or heights, given known input parameters.

  • Add a von karman spectrum generator in relations/spectra.h

  • Add a kaimal spectrum generator in relations/spectra.h

  • Add an adem spectrum generator in relations/spectra.h which will work slightly differently (it'll call adem() instead of directly compute)

Validation

In processes using adem, it'll be possible to take the output values and, for given heights, generate ADEM, Kaimal and von Karman spectra, with consistent TI and L values across the board.

Determine a value of 'goodness' for Kaimal and von Karman, comparing their analytical solutions to the smooth analytical ADEM spectrum. This tells you which one better represents the actual spectrum through the boundary layer.

@thclark thclark added feature A new feature of the app FOR SCIENCE!!!! labels Sep 4, 2019
@thclark thclark removed this from Octue Board Dec 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature A new feature of the app
Projects
None yet
Development

No branches or pull requests

1 participant