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

Turbulence modelling #198

Draft
wants to merge 35 commits into
base: master
Choose a base branch
from
Draft

Turbulence modelling #198

wants to merge 35 commits into from

Conversation

b-fg
Copy link
Member

@b-fg b-fg commented Mar 10, 2025

Implementing some utilities for turbulence modelling such as eddy viscosity models for subgrid stresses (based on #165), and averaging routines.

marinlauber and others added 25 commits September 6, 2024 16:07
…type for Simulation and Flow (Flow was Float64 previously).
…m_step with arbitrary keyword arguments.

The function can modify the ::Flow object and is called both in the predictor and corrector steps.
Added tests for its implementation of an increasing body force, but using udf instead of body_force.
All tests passing on Array and CuArray.
…t), hence implementing the space-varying featured previously in charge of body_force. Tests have been mdofied accordingly, an all are locally passing for CPU and GPU. Need to update examples repo.
…t caught by tests). Also renamed the rate-of-strain tensor function to S.
@b-fg b-fg added the enhancement New feature or request label Mar 10, 2025
@weymouth
Copy link
Collaborator

Looking pretty clean

@b-fg
Copy link
Member Author

b-fg commented Mar 11, 2025

This builds on #165, so we should integrate that first.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants