Skip to main content
Filter by
Sorted by
Tagged with
2 votes
2 answers
131 views

I have an arguably common problem, but I don't seem to find any instruction on the web. I have a 3D Numpy array containing the coordinates of N points: In[1]: import numpy as np In[2]: N = 50 In[3]: ...
Han NotSoSolo's user avatar
Tooling
0 votes
2 replies
49 views

I want to try out structure design. What i've done by far is a SCAD model for four trays and a cover above them. // PARAMETERS Length = 2000; Width = 225; Height = 38; Wall = 2; CoverThickness = 5; ...
jorge is not ai's user avatar
0 votes
0 answers
39 views

I have meshed a model in COMSOL and want to extract stress values for each mesh element—one value per element. For example, with 1000 meshes, I need 1000 stress values corresponding to each mesh. The ...
Golbarg Nikaein's user avatar
0 votes
0 answers
27 views

I've been trying to convert this wireframe into a solid 3d model for finite element analysis and I'm just lost. Here's the code and an image of the wireframe and thank you for your help :) : ...
atomic-coder's user avatar
0 votes
1 answer
42 views

I'm new to the field, so I apologize if this is a basic question. I'm working with PyDrake's DeformableModel to simulate a soft joint between a rigid column and a rigid leg (both URDF files). The ...
Gneve's user avatar
  • 1
0 votes
0 answers
51 views

I am trying to estimate the time complexity of an FEM simulation, that solves the normal contact between a biphasic block and an rigid indenter. Say the block has a mesh with N x N x M nodes and the ...
Peter Uwson's user avatar
0 votes
0 answers
39 views

I have written a custom Abaqus Python script that defines a pier structure consisting of a beam, column, and base using solid extrusions. The script successfully creates these parts, but I am unsure ...
user28610867's user avatar
2 votes
1 answer
145 views

How do I solve a nonsymmetric eigenproblem. In terms of scipy.sparse.linalg.eigsh the matrix needs to be "real symmetric square matrix or complex Hermitian matrix A" (https://docs.scipy.org/...
SleepyGary's user avatar
0 votes
0 answers
25 views

I am working on a gearbox model in Abaqus CAE, where bearings are seated in bores on the housing. I need to apply forces in three directions (x, y, z) on the inner surface (highlighted) of the bores (...
Aref.a's user avatar
  • 23
0 votes
1 answer
157 views

I'm using GMSH through Python API to create a structured quadrangular mesh to perform FEM analysis of an ascending aorta for my master thesis. I have definied, on the surface of my geometry, ...
Sofia Di Filippo's user avatar
0 votes
1 answer
107 views

I am trying to use reverse_cuthill_mckee to reduce the bandwidth of my sparse, symmetric, complex matrix and thus improve its condition number. But As I am testing on simpler matrices, it seems the ...
Souvik Mukherjee's user avatar
0 votes
1 answer
198 views

Goal is to solve my previous question Generate a mesh from my polygon geometry to iterate FEM for geometry optimization? by myself using Gmsh I've installed Gmsh (also) 4.12.2 using pip on macOS 10.15....
uhoh's user avatar
  • 3,835
2 votes
0 answers
33 views

I'm studying mesh partitioning and I have the following problem. Suppose that I have a connected graph $$G$$ and an initial partition vector $$P$$, where $$P_i$$ indicates if the node $$i$$ belongs to ...
Trf's user avatar
  • 31
2 votes
0 answers
482 views

The 2D script below generates polygons in a box, which represent a cross-section of three cylindrical rings parallel to the z axis which will have voltages applied. I'll solve the Laplace equation in ...
uhoh's user avatar
  • 3,835
0 votes
0 answers
161 views

I am trying to use the finite element method to solve the Laplace-Beltrami eigenvalue problem on a surface (i.e., a 2D dimensional manifold) embedded in 3-dimensional space, for example, the boundary ...
SebastianP's user avatar
0 votes
1 answer
239 views

In the following, does "mesh_size" refer to the maximum perimeter or maximum area of each element? with pygmsh.geo.Geometry() as geom: geom.add_polygon( [ [0.0, 0.0], ...
HIH's user avatar
  • 101
1 vote
1 answer
211 views

Question In learning parallel domain decomposition (DD) concepts, and subsequently interested in their implementation, the terms domain decomposition as a solver vs. as a preconditioner come up quite ...
Jared's user avatar
  • 714
0 votes
1 answer
963 views

I'm working on a project that creates and manipulates meshes on geometric objects using the finite element method. So far, the user imports a file (.step) and selects areas of the object to create ...
lucasteix's user avatar
0 votes
1 answer
260 views

I'm curious to understand why there seems to be a scarcity of Finite Element Method (FEM) implementations in Haskell, or any functional language. Given Haskell's purely functional nature, I expected ...
lucas bublitz's user avatar
1 vote
1 answer
199 views

From the Gridap.jl tutorial, I am struggling to compute the Von Mises stresses. I would love to get the feedback from the community on how to compute the Von Mises Stresses in the correct way. In this ...
Mattia Samiolo's user avatar
0 votes
1 answer
494 views

I'm working on a project involving FEM modeling of fractured femurs to assess the performance of fracture fixation devices. Bone is a highly complex material, with bulk elastic properties that vary ...
Gareth Buhl's user avatar
0 votes
1 answer
55 views

I'm writing a Finite element method based on Whitney p-forms, where the solution coefficients are defined on edges and faces. For example, the electric field can be approximated as vec(E) = sum e_i ...
Kristoffer Lindvall's user avatar
1 vote
0 answers
295 views

I need to implement in C a method of obtaining transient solution Rdm of damped FE models based on modal results R for a structural model (imported CAD geometry) defined with hysteretic (structural) ...
Piotr's user avatar
  • 11
2 votes
1 answer
81 views

I'm currently implementing the Galerkin-Method for finite Elements by hand and using python gekko to solve the resulting non-linear algebraic equation system. This creates no issues for small systems ...
The_One_And_Only's user avatar
-1 votes
1 answer
246 views

Using several example scripts found online, I have managed to extract the coordinates of an Abaqus simulation from the .odb file. However, I would like to only extract the coordinates of a certain ...
oddubcoder's user avatar
1 vote
1 answer
307 views

I'm currently doing FEM calculations in java on very large square matrices with sizes up to 1M x 1M. These are very sparse though with under 10M entries. I'm using ojAlgo with the SparseStore matrix ...
Jakob Rainer's user avatar
1 vote
1 answer
428 views

I am trying to generate a quad mesh grid for an annular disc geometry. I was able to generate this mesh for a rectangular shape using gmsh: import gmsh import sys gmsh.initialize() gmsh.model.add(&...
H.H's user avatar
  • 198
0 votes
0 answers
112 views

I have been having trouble solving a coupled set of PDEs in mathematica (electrical current flow), and the issue appears to be in the boundary conditions. Specifically, I have PDES as follows: sum_{i} ...
Rain's user avatar
  • 375
1 vote
1 answer
286 views

I am trying to learn sfepy. To that effect I want to solve the differential equation On a triangle domain (2D). There';s 2 things I don't understand from reading the docs. How do I specify a single ...
Makogan's user avatar
  • 10k
1 vote
0 answers
153 views

I am currently working on solving the problem $-\alpha u'' + \beta u = f$ with Neumann conditions on the edge, with the finite element method in MATLAB. I managed to set up a code that works for P1 ...
MagicLudo's user avatar
2 votes
1 answer
488 views

I'm following this tutorial in order to try and do an FEA of a model.msh that I have to see how it would deform given different external forces in different places. There they define the weak form as ...
guin0x's user avatar
  • 357
0 votes
1 answer
3k views

i need to create a piece-wise function inside an interval but sympy piecewise can't use and (&). I read that the function can't recieve Boolean values so I tried to add them together and it doesn'...
Or Milo's user avatar
0 votes
1 answer
529 views

I am looking for å python library that has a function to solve 3D integrals over a tetrahedron. I would like to be able to input four points on the form (x, y, z) and a function f(x, y, z) where f is ...
gast's user avatar
  • 11
0 votes
1 answer
148 views

I'm coding a programme about FEM and here is my code FEM_2D_TRI_QUA_1.m N1=2; N2=2; N=2*N1*N2; top=1; bottom=0; left=0; right=1; h1=(right-left)/N1; h2=(top-bottom)/N2; T=zeros(3,2*N1*N2); N10=N1+1; ...
YuerWu's user avatar
  • 11
0 votes
1 answer
161 views

I'm trying to find value for a point within a triangle or square. By "value" I do not mean coordinates. Suppose there is a value (number) assigned to each node of the square/triangle. The ...
Neg K's user avatar
  • 27
0 votes
1 answer
449 views

I am trying to find the shape function for a finite element analysis problem in MATLAB. The basic shape function looks like, with the boundary condition on the left. At Ni=N1, x=x1, y=y1 (the ...
Faito Dayo's user avatar
0 votes
0 answers
243 views

I have 3 1D arrays (node x-coordinates, node y-coordinates and Von-Mises stress scalar) exported from an FEA solver. I want to create 2D contour plots as shown below in Python: Stress plot example I ...
Ian Venter's user avatar
2 votes
0 answers
65 views

I am working on a plotter for Finite Element Method solutions. I decided to use the Plotly library because of the carpet plots. I have my data to plot and this is my result: Flow over NACA0012 Each ...
Daniel Bulgarini's user avatar
0 votes
1 answer
272 views

I am doing finite element modelling. I have a geometry which does not have a uniform thickness and I want to calculate the thickness of that in 4 distinct nodes and compare it with another model. Is ...
royan's user avatar
  • 1
1 vote
1 answer
1k views

Problem summary I have a rectangular prism like in the image below where I know the coordinates of the vertices. I want to discretize the lateral faces of the prism into an unstructured surface mesh ...
fma's user avatar
  • 319
0 votes
0 answers
124 views

do you know is there's a way to simulate a earthquake with the finite elements method using the Partial Differential Equation Toolbox on Matlab ? My goal is to visualize the amplitude of a (Rayleigh) ...
Steph's user avatar
  • 1
0 votes
0 answers
743 views

I'm coding a few programs to study structural dynamics problems, and I'm trying to understand how to estimate and minimize accumulated error over time for large-time scale calculations. An explicit ...
freestatelabs's user avatar
0 votes
1 answer
261 views

I'm trying to write a subroutine for ABAQUS in fortran and during my research on how to write subroutines I only encountered subroutines for 3D models. So I was wandering if it's possible to make 1D ...
MoDavari's user avatar
0 votes
0 answers
268 views

EDIT: See solution in the full code, following @bgb2's comment. I'm currently trying to code a Finite Element Analysis to solve a 2D heat conduction problem. For now I'm looking at the steady state ...
Sorade's user avatar
  • 935
1 vote
0 answers
88 views

I am working on a program that can essentially determine the electrostatic field of some arbitrarily shaped mesh with some surface charge. To test my program I make use of a cube whose left and right ...
jeussa's user avatar
  • 45
0 votes
0 answers
140 views

I am trying to analyse a large structure with multiple loading scenarios (independent - different loading directions), while considering geometric non-linearity. Using different steps is not ...
Aravind's user avatar
-1 votes
1 answer
43 views

I am trying simulate lithiation of a beam in Abaqus, where during this process, a plate buckles. I partitioned 3 section of the plate where the top and bottom represent the lithiated material ( ...
singsing's user avatar
0 votes
1 answer
399 views

I am solving a contact problem. A footing under compressive load placed over soil. I would like to use two different types of user-defined elements one for the soil and other for the footing. Please ...
Mr Thomas Anderson's user avatar
1 vote
2 answers
2k views

I'm quite new to coding in general. I have found some answers for this question but the answers seem advanced for me. I'm trying to write my own Finite Element Project. For this I would like to write ...
plebianguy's user avatar
1 vote
1 answer
1k views

I’m trying to develop an real-time wind turbine simulation Finite Element Analysis software using three.js to display the caculated 3D FEA results. Like the image one frame of FEA result.the showed 3D ...
alex zhang's user avatar

1
2 3 4 5