Skip to main content

Questions tagged [finite-element]

A means of solving ordinary and partial differential equations. The domain of the problem is broken up into elements, and the solution in each element is expanded in a basis of functions. The Finite Element Method lends itself well to adaptive refinement, irregular geometry, and good error estimates.

2 votes
2 answers
163 views

(Isoparametric) Mapping of physical coordinates to their equivalent parametric coordinates on a reference element

I have some experiece with finite element methods (FEM), in general. However, I mainly worked with Cartesian grids -- i.e. using orthogonal (non-curved) elements. Recently, I became interested in a ...
debronee101's user avatar
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
0 votes
2 answers
75 views

Source for scalability challenge for number of finite element nodes per process

Context In distributed simulation of a finite element mesh with $N$ nodes and $P$ processes, a professor stated to me that "achieving good scaling for more than 25,000 finite element nodes per ...
Jared Frazier's user avatar
0 votes
0 answers
59 views

How to correctly discretize volume elements in different geometries?

I am solving a reaction-diffusion problem in one dimension for a catalyst particle to get the internal effectiveness factor ($\eta$),as given below: $$ \eta = \frac{\int_0^{V_p}{R_i\ dV}}{R_i^{surf}\...
HWIK's user avatar
  • 23
2 votes
1 answer
155 views

how to compute the rate of deformation gradient in finite-element context?

I am implementing hyper visco-elastic material models similar to those from Pioletti et al. see here There, a viscous potential, e.g $W_v = \eta [I_1-3]J_2 \quad \text{with} \quad J_2 = \mathrm{tr}(\...
Simon's user avatar
  • 185
0 votes
0 answers
19 views

Thermo Hydraulic Mechanical modeling of energy wall slab in camsol multiphysics

I am currently working on a complex simulation project involving an energy wall slab, and I need assistance in accurately modeling and validating it using COMSOL Multiphysics. Here are the details of ...
Hizbullah's user avatar
3 votes
1 answer
155 views

Any FEM book recommendations that focus on stability and proofs on error bounds?

Everything from descrete stability proofs for steady state and time dependent problems. energy stability, stability of mixed methods, nonlinear problems, vector valued problems in fluid/structural/EM, ...
CuteCompute'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
0 votes
0 answers
36 views

Lumped (diagonal) vs. consistent (non-diagonal, symmetric) mass matrix in Nastran

I've been tinkering with DMAP to explore the procedure followed by Nastran when solving a complex modes analysis. I've reached a passage I cannot understand: at some point Nastran formulated what it ...
temporary_pigeon'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
0 votes
1 answer
79 views

What do diagonal (DOF-to-self) terms of stiffness matrix physically mean?

I am used to interpreting each entry of a solid mechanic system's stiffness matrix as a 1D (linear or angular) spring joining one DOF (column index) to another (row index). But this interpretation ...
temporary_pigeon's user avatar
3 votes
0 answers
43 views

Can finite element exterior calculus be used for the proof of discrete stability?

I've heard about Finite Element Exterior Calculus (FEEC) and its applications in numerical simulations, but can FEEC be utilised to prove discrete stability in computational methods? If so, can the ...
CuteCompute's user avatar
-1 votes
1 answer
76 views

How to assemble K local matrix for a hexahedron cell in a piecewise linear fashion?

...
famatto's user avatar
  • 19
1 vote
1 answer
61 views

How to constraint the tangential gradient on a boundary in FEniCS?

The problem I'm considering is a 2D scalar PDE. The domain $\Omega$ is a disk with two holes $\partial\Omega_1$ and $\partial\Omega_2$ and an external boundary $\partial\Omega_0$. The PDE and boundary ...
Guillaume Faye-Bédrin's user avatar
0 votes
1 answer
69 views

How to expand the C matrix for three aditional degrees of freedom for rotational forces?

...
prusso's user avatar
  • 33

15 30 50 per page
1
2 3 4 5
85