|
|
4th-order PDEs with PDE toolbox
Hi there,
I want to solve the biharmonic equation
nabla^4 f = 0
in two dimensions for complicated domain shapes requiring finite elements, with Neumann and/or Dirichlet boundary conditions for f. Can the PDE toolbox achieve this goal, e.g., in the Structural Mechanics mode?
The PDE toolbox can definitely handle the relevant linear elasticity problem in which one is looking for the strain fields. However, what I am actually after is the function f. Is it possible to use the standard algorithms implemented in the PDE toolbox to this end, focusing purely on the biharmonic equation and forgetting about any context in linear elasticity theory?
Thanks!
|
|
0
|
|
|
|
Reply
|
Chris
|
12/4/2010 10:20:20 AM |
|
"Chris H" wrote in message <idd4l4$io1$1@fred.mathworks.com>...
> Hi there,
>
> I want to solve the biharmonic equation
>
> nabla^4 f = 0
>
> in two dimensions for complicated domain shapes requiring finite elements, with Neumann and/or Dirichlet boundary conditions for f. Can the PDE toolbox achieve this goal, e.g., in the Structural Mechanics mode?
>
> The PDE toolbox can definitely handle the relevant linear elasticity problem in which one is looking for the strain fields. However, what I am actually after is the function f. Is it possible to use the standard algorithms implemented in the PDE toolbox to this end, focusing purely on the biharmonic equation and forgetting about any context in linear elasticity theory?
>
> Thanks!
did you find a way to achieve this?
|
|
0
|
|
|
|
Reply
|
steffen.mauch
|
5/31/2011 1:17:04 PM
|
|
Is it the equation for membrane or shell deformation ? Could you detail the context and what you intend to do ?
Eric
"Chris H" wrote in message <idd4l4$io1$1@fred.mathworks.com>...
> Hi there,
>
> I want to solve the biharmonic equation
>
> nabla^4 f = 0
>
> in two dimensions for complicated domain shapes requiring finite elements, with Neumann and/or Dirichlet boundary conditions for f. Can the PDE toolbox achieve this goal, e.g., in the Structural Mechanics mode?
>
> The PDE toolbox can definitely handle the relevant linear elasticity problem in which one is looking for the strain fields. However, what I am actually after is the function f. Is it possible to use the standard algorithms implemented in the PDE toolbox to this end, focusing purely on the biharmonic equation and forgetting about any context in linear elasticity theory?
>
> Thanks!
|
|
0
|
|
|
|
Reply
|
eric.badel (3)
|
1/30/2012 1:46:10 PM
|
|
Hi Chris,
>
> I want to solve the biharmonic equation
>
> nabla^4 f = 0
>
Yes, this can be done with PDE Toolbox.
The main trick is that you have to replace
your 4'th order PDE with two 2'nd order
PDEs that PDE Toolbox can handle.
Then you have to translate the 4'th
order boundary conditions into 2'nd
order ones; this is not straightforward,
in general.
I have recently created a simple of example
for a clamped, square plate with a pressure load
that might be helpful to you. See this link:
http://www.mathworks.com/matlabcentral/fileexchange/34870
Regards,
Bill
|
|
0
|
|
|
|
Reply
|
w.h.greene
|
2/6/2012 7:26:10 PM
|
|
|
3 Replies
661 Views
(page loaded in 0.08 seconds)
|
|
|
|
|
|
|
|
|