problem with 3D PDE Log Out | Topics | Search
Moderators | Register | Edit Profile

FlexPDE User's Forum » User Postings » problem with 3D PDE « Previous Next »

Author Message
Top of pagePrevious messageNext messageBottom of page Link to this message

weissb (weissb)
New member
Username: weissb

Post Number: 2
Registered: 09-2009
Posted on Sunday, September 13, 2009 - 11:14 pm:   

Hi

my equation is
(x^2-y^2-z^2)*dx(f)- 2*x*y*dy(f)+ 2*x*z*dz(f)=0

Boundary condiction is

When x^2+ 2*y^2+ 3*z^2=5,
dx(f)=0, and
x^2+ 2*y^2+3*z^2=4
dy(f)=0

-------------------------------
some program

EQUATIONS
f: (x^2-y^2-z^2)*dx(f)- 2*x*y*dy(f)+ 2*x*z*dz(f)=0
v: x^2+ 2*y^2+3*z^2=5
w: x^2+ 2*y^2+3*z^2=4

EXTRUSION
surface z = -2*sqrt(R^2 - ( x^2 + y^2) )
surface z = 2*sqrt(R^2 -( x^2 + y^2) )

BOUNDARIES
?

-------------------------------
How to write program with boundaries?
Top of pagePrevious messageNext messageBottom of page Link to this message

Jerry Brown (jerrybrown11743)
Member
Username: jerrybrown11743

Post Number: 55
Registered: 03-2004
Posted on Wednesday, September 16, 2009 - 09:23 pm:   

There are plenty of examples to look at in the "samples" folder.

Add Your Message Here
Post:
Username: Posting Information:
This is a private posting area. Only registered users and moderators may post messages here.
Password:
Options: Enable HTML code in message
Automatically activate URLs in message
Action:

Topics | Last Day | Last Week | Tree View | Search | Help/Instructions | Program Credits Administration