Workflow: Difference between revisions

From Flooxs
Jump to navigation Jump to search
(Created page with "= [[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 f...")
 
 
(14 intermediate revisions by 2 users not shown)
Line 4: Line 4:
These are worked examples of grid generation concepts.  Build 1D, 2D, and 3D structures for simulation.
These are worked examples of grid generation concepts.  Build 1D, 2D, and 3D structures for simulation.
*[[Defining a Grid]] - 1D, 2D, and 3D
*[[Defining a Grid]] - 1D, 2D, and 3D
*[[Gas]] - is an automatically generated material. Where does floods put it?
*[[What is a .str file?]] - explanation of the format of the structure file
*[[What is a .str file?]] - explanation of the format of the structure file
*[[Adaptive Gridding]] - new


===3. Add Solution Variables===
Mesh Generation Examples
*[[Josephson Junction Diode]]
*[[1D Implant and Diffusion]]
*[[MOSFET Grid Example]]
*[[HEMT Grid Example]]
 
===2. Add Solution Variables===
Includes a general discussion of declaring variables in FLOOXS, including "pde" vs. "const," and "solution" vs. "sel z=" vs. "set."
Includes a general discussion of declaring variables in FLOOXS, including "pde" vs. "const," and "solution" vs. "sel z=" vs. "set."
*[[Add Solution Variables]]  
*[[Add Solution Variables]]


===4. Add Process or Device Models===
===3. Add Process or Device Models===


*[[Process Models]] - FLOOPS
*[[Process Models]] - FLOOPS
*[[Device Models]] - FLOODS
*[[Device Models]] - FLOODS


===5. Solve ===
===4. Solve ===
*[[Process Solves]] - FLOOPS
*[[Process Solves]] - FLOOPS
*[[Device Solves]] - FLOODS
*[[Device Solves]] - FLOODS


===6. Post Processing (print or plot results)===
===5. Post Processing (print or plot results)===
An overview of postprocessing and the details of the commands can be found [[Post Processing Commands|here]].
 
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.
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.
* [[Selection Examples]]
* [[Selection Examples]]
* [[Printing Examples]]
* [[Printing Examples]]
* [[Plotting Examples - new short version]]
* [[Plotting Examples - new short version]]
* [[Tecplot]] - For UF SWAMP Group / TEC users only

Latest revision as of 15:32, 14 June 2020

[[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.

Mesh Generation Examples

2. Add Solution Variables

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

3. Add Process or Device Models

4. Solve

5. Post Processing (print or plot results)

An overview of postprocessing and the details of the commands can be found here.

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.