Skip to main content

Questions tagged [numerical-methods]

Questions concerning problems which cannot be exactly solved, or where the exact solution may be much more difficult to acquire than a solution by numerical methods.

0 votes
1 answer
23 views

Deriving an analytical solution for a bar under distributed torsion

Okay, so I'm considering the torsion model given by this figure: I understand that the differential equation of such bar model is given as: $$\frac{\text{d}}{\text{d}y}\left[G(y)J(y)\frac{\text{d}\...
murilo_caetano's user avatar
0 votes
0 answers
44 views

Temperature profile in a pipe flow with Matlab pdepe solver

I’m currently trying to solve the heat equation for the Ohmic heating of a pipe flow using the MATLAB pdepe solver. The problem is described in the following paper: https://doi.org/10.4236/ojmsi.2021....
arnaud2547's user avatar
0 votes
0 answers
11 views

How estimate the error of chemkin 2.55 results?

I've been using chemkin 2.55 for preliminary calculations of premixed laminar H_2 and CH_4 combustion and in some of the calculations, the solver fails. There is a way to hypothesize the calculation ...
gcomp4's user avatar
  • 1
0 votes
0 answers
12 views

How to write Generalized-$\alpha$ methods in a Runge-Kutta-Nystrom tableau?

How can I write Generalized-$\alpha$ methods in a Runge-Kutta-Nystrom tableau? Thanks
user45524's user avatar
1 vote
1 answer
90 views

Why is FEA used for structural analysis?

Is there a reason for using FEA to perform structural analysis over for example Finite volume method for example?
James's user avatar
  • 11
0 votes
1 answer
75 views

CFD numerical methods (FEA, FVM, FDM,…)

I just read the answer from this question and have a question please: What I read: Computational Fluid Dynamics (CFD) refers to the use of the numerical techniques to solve fluid dynamical problems. ...
James's user avatar
  • 11
0 votes
1 answer
62 views

Casting and the pressure of the metal

Background A gold casting process is explained here: The casting metal is melted in a special casting machine that is programmed to insert the metal under vacuum into the flask at the right time, ...
Megidd's user avatar
  • 151
0 votes
0 answers
13 views

Accuracy of stable (not backward stable) numerical algorithm

I understand the definition of accuracy for a backward stable numerical algorithm, which shows how such a quantity depends both on machine-epsilon and on the condition number of the problem under ...
Federico Toso's user avatar
0 votes
1 answer
193 views

Implementing convective boundary conditions for 1-dimensional finite difference computation of heat equation

I am simulating heat transfer through a 1-dimensional wall with convection on both sides. For the wall, I implemented a finite difference model like this: $$ u(x, t + ∆t) ≈ u(x, t) + c [u(x + ∆x, t) − ...
Dave's user avatar
  • 103
1 vote
1 answer
42 views

Inverse analysis of one Storey structure

The displacement history of one story structure is known due to an unknown ground motion. The dynamic properties, such as mass and lateral stiffness, are known, and dimensions were also given. How to ...
Dr.Anime's user avatar
0 votes
2 answers
572 views

How to develop the the Backward Euler method for a State Space

I have been trying to develop to solve a state space model in discrete time. I have the following equation for my state space: $$\dot{x} = Ax + Bu, $$ I am developping the equation, but I do not ...
Caretaker2995's user avatar
0 votes
0 answers
78 views

Structured trianglar finite element mesh in MATALB

The available triangular mesh in the MATLAB PDE tool box here gives an unstructured triangular mesh. How can I get a structured triangular mesh from the tool box with a similar data structure [p,e,t]. ...
Morcus's user avatar
  • 101
0 votes
1 answer
79 views

In FEM, can each instance of a Transient Analysis be thought of as a Static Analysis of its own?

Assume I have a cantilever beam fixed at one end. I can conduct a static analysis in FEM for a case where I apply a load on the other end, condition being the load is consistently applied on it and ...
Rameez Ul Haq's user avatar
0 votes
1 answer
281 views

In FEM, what is the difference between a single element with a quadratic shape function and two elements with linear shape functions?

Using Finite Element Analysis to obtain a Weak form of a PDE, what is the difference between the two cases: A single element with a quadratic shape function Two elements with linear shape functions. ...
Eggart's user avatar
  • 1
2 votes
2 answers
59 views

Why does it take lesser iterations for a stiffer model in my FEA than a less stiffer model to converge?

I am currently using ANSYS FEA software and I conducted a simple geometric non-linear analysis of two same shaped bodies, but different cross sectional areas; one being quite bigger than the other. We ...
Rameez Ul Haq's user avatar

15 30 50 per page