Does anyone have explicit C++ code to solve biharmonic problem ($\Delta^2 u=f$, subject to boundary conditions ) using any finite element methods?
Hi,
You can find C++ code solving biharmonic problem using Lagrange finite element basis functions at the following site
http://fenics.readthedocs.io/projects/dolfin/en/latest/demos/biharmonic/main.cpp.html
Hope this helps.
Thank you very much Prof. Egoyan. It will be more beneficial for me if you could suggest some non-software based code link for this problem which I could run in terminal (Linux etc.) and edit as I like.
Dear Gouranga,
You can use libmesh finite element library http://libmesh.github.io/
They have a source code for download
The solution of biharmonic equation can be found at
http://libmesh.github.io/examples/adaptivity_ex4.html
Hope it helps.
It seems that 'P3dc' element in FreeFem++ does not support third order derivatives in the code. The third order derivative is very necessary for the weak formulation.Can someone please help me how...
02 March 2016 2,991 3 View
01 February 2016 1,743 2 View
Any mathematician or engineer who is working on plate theory.
01 February 2016 9,998 4 View
Hello all, In SPSS I am going to code 2 open-ended questions. I have already read all the answers and I made a list of the most important categories to which I can code the answers. This question...
02 March 2021 1,757 4 View
Actually, I am running cfd simulation for a heat exchanger which has two fluids one hot and other one is cold fluid. there is a solid domain between them, which I removed and instead I have used...
01 March 2021 9,537 2 View
I am working on roof joint and trying to simulate the behaviour in Abaqus. I am successful in running the model but the final graph does not follow the experimental curve in the negative direction...
01 March 2021 6,661 3 View
I am simulating Heat Exchanger. I have tried and tested all the methods to resolve this issue from the internet like refining mesh, improving skewness and orthogonal quality ,extending outlet to...
01 March 2021 6,985 3 View
The following code (see 1st 2 images attached) is used to produce PID controller values that are designed to control the system (G). The code finds the PID controller values (noted as k) by using...
28 February 2021 6,560 14 View
I wanted to add an extra parameter to the existing Johnson cook equation in the ABAQUS simulation. How to add those extra parameters. Ref: A modified Johnson-Cook material model with strain...
28 February 2021 4,841 3 View
I am working on modeling and simulation of biomecanical material behaviour, I have succeded on simulating skin using anisotropic hyperelastic material, on APDL and in our lab's finite element...
28 February 2021 552 3 View
I am familiar with finite element simulations and numerical schemes like the Gauss Legendre quadrature. I also know that the Gauss integration yields exact values for polynomials up to degree 2n-1...
27 February 2021 6,818 3 View
I have tried every combination of parameter changes and after that i have a poor chi square value. I can't get it lower any further. I know there have been a lot of discussion about Rietveld...
26 February 2021 8,480 3 View
In Finite element software like ANSYS , there is difficulty in obtaining direct results of twisting of concrete members because SOLID65 which is the unique element designed to represent concrete...
26 February 2021 3,806 2 View