Workflow: Difference between revisions

From Flooxs
Jump to navigation Jump to search
Line 9: Line 9:
Tri Mesh Generation *In Progress*
Tri Mesh Generation *In Progress*
*[https://www.cs.cmu.edu/~quake/triangle.html Triangle Homepage]
*[https://www.cs.cmu.edu/~quake/triangle.html Triangle Homepage]
*[http://wias-berlin.de/software/tetgen/1.5/doc/manual/manual.pdf TetGen Manual]


===3. Add Solution Variables===
===3. Add Solution Variables===

Revision as of 14:17, 16 April 2019

[[Workflow: How to create a FLOOXS simulation from scratch

1. Grid Generation

These are worked examples of grid generation concepts. Build 1D, 2D, and 3D structures for simulation.

Tri Mesh Generation *In Progress*

3. Add Solution Variables

Includes a general discussion of declaring variables in FLOOXS, including "pde" vs. "const," and "solution" vs. "sel z=" vs. "set."

4. Add Process or Device Models

5. Solve

6. Post Processing (print or plot results)

Although not as fancy as commercial tools, there are a wide range of ways to examine output results. Examples of analysis can be found in this section.