Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

periodic boundary condition support #30

Closed
fipymigrate opened this issue Sep 19, 2014 · 5 comments
Closed

periodic boundary condition support #30

fipymigrate opened this issue Sep 19, 2014 · 5 comments

Comments

@fipymigrate
Copy link

None of the examples have a periodic boundary conditions. Need to create an example with periodic BCS

Imported from trac ticket #31, created by nobody on 03-02-2005 at 17:20, last modified: 01-11-2007 at 06:59

@wd15
Copy link
Contributor

wd15 commented Sep 19, 2014

Logged In: YES user_id=1116094 Periodic BCs for 1D diffusion have been added Need to add, 1) convection of a square wave 2) dendrite example could use periodic 3) Cahn-Hilliard 2D example could use periodic and need a test case for 2D Cahn-Hilliard anyway.

Trac comment by wd15 on 03-04-2005 at 11:26

@wd15
Copy link
Contributor

wd15 commented Sep 19, 2014

Logged In: YES user_id=1116094 Periodic BCs may need to be rethought in terms of a mesh. One would instantiate a PeriodicGrid1D for example rather than have peridoc BCs.

Trac comment by wd15 on 03-10-2005 at 10:12

@wd15
Copy link
Contributor

wd15 commented Sep 19, 2014

Logged In: YES user_id=1116094 Alternate idea. Instead of having a PeriodicMesh, one could simply have a method of mesh such as joinFaces(faces1, faces2) that join exterior faces so that they have cells on both sides. Also one could call unjoinFaces(faces1, faces2). If one wanted to unjoin faces. A PeriodicBoundaryCondition could still exist but it could simple call joinFaces(faces1, faces2), and make the rest of the simulation periodic.

Trac comment by wd15 on 03-10-2005 at 11:41

@wd15
Copy link
Contributor

wd15 commented Sep 19, 2014

Logged In: YES user_id=1116094 Moved this from bugs to feature requests

Trac comment by wd15 on 04-19-2005 at 15:22

@wd15
Copy link
Contributor

wd15 commented Sep 19, 2014

Logged In: YES user_id=1116094 Now have two example test cases

Trac comment by wd15 on 06-24-2005 at 14:11

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants