Skip to content

[IgaApplication] [FluidDynamicsApplication] sbm fluid condition for the Stokes problem#13538

Merged
NickNick9 merged 7 commits intomasterfrom
PR_sbm_fluid_condition
Jul 22, 2025
Merged

[IgaApplication] [FluidDynamicsApplication] sbm fluid condition for the Stokes problem#13538
NickNick9 merged 7 commits intomasterfrom
PR_sbm_fluid_condition

Conversation

@NickNick9
Copy link
Contributor

📝 Description

Boundary conditions of Dirichlet type with the Shifted Boundary Method for the stationary Stokes problem

Corresponding test has been added.

@NickNick9 NickNick9 requested a review from a team as a code owner June 17, 2025 12:35
Comment on lines +56 to +57
const GeometryType::IntegrationPointsArrayType& integration_points = r_geometry.IntegrationPoints();
const GeometryType::ShapeFunctionsGradientsType& DN_De = r_geometry.ShapeFunctionsLocalGradients(r_geometry.GetDefaultIntegrationMethod());
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

r_integration_points

Comment on lines +417 to +418
double SbmFluidConditionDirichlet::computeTaylorTerm(double derivative, double dx, IndexType n_k, double dy, IndexType k)
{
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ComputeTaylorTerm

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should you have also the InitializeMaterialResponse here?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think so, @rubenzorrilla correct?

Copy link
Contributor

@andrewgorgi andrewgorgi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good now

@NickNick9 NickNick9 merged commit 7142738 into master Jul 22, 2025
11 checks passed
@NickNick9 NickNick9 deleted the PR_sbm_fluid_condition branch July 22, 2025 09:58
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