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

Dev interp inlet #253

Merged
merged 12 commits into from
Mar 8, 2024
Merged

Dev interp inlet #253

merged 12 commits into from
Mar 8, 2024

Conversation

shaering
Copy link
Contributor

@shaering shaering commented Feb 28, 2024

Adds base class for handling external data and gaussian interpolation of such data for an inlet bc. Gaussian stencil based on points within radius defined by second-nearest data point to each dof. Currently only supports csv files of the format:
no, x, y, z, temp, u, v, w

src/calorically_perfect.cpp Outdated Show resolved Hide resolved
src/calorically_perfect.cpp Outdated Show resolved Hide resolved
src/calorically_perfect.hpp Outdated Show resolved Hide resolved
src/calorically_perfect.hpp Outdated Show resolved Hide resolved
src/calorically_perfect.cpp Outdated Show resolved Hide resolved
src/tomboulides.hpp Outdated Show resolved Hide resolved
src/externalData_base.hpp Outdated Show resolved Hide resolved
src/gaussianInterpExtData.cpp Outdated Show resolved Hide resolved
src/gaussianInterpExtData.cpp Outdated Show resolved Hide resolved
src/gaussianInterpExtData.cpp Outdated Show resolved Hide resolved
@trevilo trevilo merged commit 25755bc into main Mar 8, 2024
15 of 16 checks passed
@trevilo trevilo deleted the dev-interpInlet branch July 19, 2024 17:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants