Skip to main content

Questions tagged [computational-mechanics]

The tag has no usage guidance.

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
5 votes
1 answer
296 views

Does the weighted residual method not use energy minimization in any form?

I've come across several texts/papers utilizing the concept of a minimum potential energy state corresponding to an equilibrium state, and I know that it is used in FEM formulations that are based on ...
SNIreaPER's user avatar
2 votes
1 answer
122 views

FENICSx or deal.ii for modeling fluid structure interaction of cylindrical energy harvesters in various arrangements

I'm trying to model fluid-structure interaction of cylindrical energy harvesters in various arrangements. I have chosen OpenFOAM for the fluid part but I have no clue which framework to use for the ...
Mechanic7's user avatar
  • 123
2 votes
0 answers
102 views

Runge Kutta 4th order: unexpected result

My problem in brief: in some situations, the Runge Kutta 4th order method (RK4) doesn't seem to give 4th order improvement when using a smaller time step. I wonder how this worse-than-expected result ...
gamma1954's user avatar
  • 121
2 votes
0 answers
150 views

How can I incorporate angular momentum in this code?

I'm currently working on the 3-body problem, and I was writing a code to plot the trajectories of all 3 bodies while also manipulating the angular momentum of the system. I found a code online and ...
Belal Bahaa's user avatar
2 votes
1 answer
198 views

Neumann BC in the current configuration in a finite-strain problem

For a hyperelastic problem, I understand the variational formulation can be written as the minimisation of $\Pi$ with $\Pi = \int_{\Omega} \psi( \pmb{u} )dx - \int_{\partial\Omega} \pmb{T}\cdot \pmb{u}...
Zed's user avatar
  • 23
0 votes
0 answers
81 views

How to solve evolution equation numerically?

How do I solve the following evolution equation numerically: $$ \dot{\boldsymbol{\mathcal A}} = -\lambda A_1|\boldsymbol{s}-\boldsymbol{\alpha}|^2\left[(\boldsymbol{n}_r:\boldsymbol{\alpha})\...
Mahmudur Rahman's user avatar
2 votes
1 answer
425 views

Finite Element Modelling of Hyperelastic Material under 2D Plane Strain Conditions

I am currently working on writing a MATLAB code for running a finite element simulation of a hyperelastic material in 2D. Since I am building this simulation as a part of a fluid-structure interaction ...
Mohamed Abdelhamid's user avatar
0 votes
0 answers
73 views

Advantages of using BEM for contact problem over FEM

Are there any advantages of using BEM (Boundary Element Method) for contact problem over FEM (Finite Element Method) apart from lesser computational cost?
SNIreaPER's user avatar
1 vote
1 answer
144 views

What are the prerequisites and resources to self-learn the Boundary Element Method for Contact Mechanics problems?

What are the prerequisites to learning BEM? In which order is it advisable to learn BEM and FEM - either one before the other, or does it not matter? What are some good resources to self-learn BEM? P....
SNIreaPER's user avatar
0 votes
0 answers
33 views

Conserved current for a 1d oscillator using Maple

I found out the conserved current for harmonic oscillator with angular frequency 1, particle falling in gravity close to ground ($g=1$) using maple. I'm unable to understand the result: $$J[t](t, x(t)...
ilawid's user avatar
  • 11
4 votes
0 answers
96 views

Computationnal Mechanics : Three Bodies contact problem with ALM

I am facing an issue with convergence of a contact problem consisting of three successive bars, as presented below. A force is applied on the right hand of the first bar so there is contact between ...
BlueTacZac's user avatar
2 votes
2 answers
268 views

Scientific computing code development hands on introduction

I have a background in Computational Mechanics but my knowledge remains very user-oriented. What I mean by that is that I have a fairely good knowledge about how to use a commercial engineering ...
Dude's user avatar
  • 580