Skip to main content

Questions tagged [fluid-dynamics]

The study of the properties of fluids and gases in motion

2 votes
1 answer
51 views

Good references for the P3/P1dc element

I am struggling to find some good references for the P3/P1dc element (cubic element for velocity and linear piecewise discontinuous for pressure) for the Stokes/Navier-Stokes equations. Is there a ...
Chenna K's user avatar
  • 964
1 vote
1 answer
203 views

Boundary Conditions on the Inlet and Outlet in a Discontinuous Galerkin framework

In the book Discontinuous Galerkin Method (DGM), Analysis and Applications to Compressible Flow by Vít Dolejší and Miloslav Feistauer, Springer, it is mentionned, in section 8.3.2 that deals with ...
L Maxime's user avatar
2 votes
2 answers
84 views

Getting singular matrices for lid driven cavity problem

I was trying to solve the lid driven cavity problem using the galerkin method with SUPG stabilization. I was using GMRES method as my solver and I am also getting a solution. And the solution looks ...
Priyanshu's user avatar
1 vote
0 answers
60 views

Immersed Boundary FEM reference recommendation

I want to do some Fluid-Structure Interaction using the Immersed Boundary FEM. Could you please recommend some books or lecture notes on it?
YuerWu's user avatar
  • 191
2 votes
0 answers
58 views

2D cavity flow: Adding zero Dirichlet condition to the top boundary leads to NAN

I am following this guide to create a simple cfd solver for incompressible 2D fluid in a square cavity. The following Matlab code sample from the guide creates a Laplacian (coefficient) matrix with ...
Lit_try's user avatar
  • 21
2 votes
0 answers
54 views

Lowest order Raviart Thomas elements

I have questions regarding the implementation of Lowest order Raviart Thomas elements on quadrilaterals, some papers use the basis functions in this form: for example the right edge: $N = \left[\dfrac{...
Amr Ashraf Ibrahim Ibrahim's user avatar
0 votes
0 answers
40 views

Any resource focusing on choosing the right SPH simulation parameters?

I am a software engineer with no prior experience in numerical and/or physical models (apart from very simple particle simulations). The last few weeks I've been trying to implement a 2D real-time SPH ...
Georgi Serev's user avatar
1 vote
1 answer
202 views

Applicability of 1/7 power law for turbulent flow

I am looking to do a CFD study of a turbulent flow through a pipe. I know the average velocity from the flow rate so I decided to use the popular 1/7th power law model for the fully developed ...
Rtyme21's user avatar
  • 13
0 votes
1 answer
104 views

Need help with adaptive meshing code

I am trying to understand adaptive meshing and is using this code (https://github.com/esquivas/amr1d) as a reference. However, there is no documentation for it and thus, it is hard for me to ...
newbie125's user avatar
  • 101
1 vote
0 answers
72 views

Bachelor thesis going out of hand, need help [closed]

I am currently working on my bachelor thesis, which aims to enhance the multigrid preconditioned conjugate gradient algorithm proposed by Tatebe in 1993 using Deep Learning. Currently, I am ...
Glaand's user avatar
  • 11
1 vote
1 answer
62 views

How to calculate the force of solid applied by fluid? Using finite difference method, DNS, staggered grid, SIMPLE algorithm, immersive boundary

Problem I am using finite difference method to solve classic problem of flow around cylinder, for validation of my group's immersive boundary method. The common way to validate numerical method is ...
CheapMeow's user avatar
2 votes
2 answers
35 views

How do we implement the balance of stress on interface in ALE FSI method?

""we aim for a consistent variational-monolithic coupling scheme in which we need all equations defined in the same domain; therefore, $\mathrm{ALE}_{f x}$ was introduced. In variational ...
吴yuer's user avatar
  • 193
0 votes
1 answer
65 views

Exact Riemann Solver for Multi-Component 1D Euler Model

I am concerned looking for an exact Riemann solver for compressible 1D multi-component Euler equations, supplied with the ideal gases equation of state and under the assumptions: Mechanical ...
ReroDani's user avatar
0 votes
1 answer
52 views

How to implement the interface extension of fluid "displacement" in ALE?

In ALE, we first set a referenced space for fluid, then we extend the boundary fluid displacement to the whole fluid region, take harmonic extension as an example, we need $$\Delta \left ( \hat{u} \...
吴yuer's user avatar
  • 193
0 votes
1 answer
87 views

Any code on ALE method for N-S equations or advection-diffusion equations?

I'm currently reading the book computational fluid-structure interaction, but the book doesn't provide any code, and I can't understand the ALE method, could you please provide some codes written in ...
吴yuer's user avatar
  • 193

15 30 50 per page
1
2 3 4 5
43