Skip to content
Open
Show file tree
Hide file tree
Changes from 9 commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
673c619
Add files via upload
NybergWISC Dec 10, 2018
e83e73b
Add files via upload
NybergWISC Jan 31, 2019
dffab24
Update SimpleBlockX4.md
NybergWISC Jan 31, 2019
cbd9375
Update SimpleBlockX4.md
NybergWISC Jan 31, 2019
55a437a
Add files via upload
NybergWISC Feb 26, 2019
4966e0a
Update README.md
NybergWISC Feb 26, 2019
c496d92
Add files via upload
NybergWISC Feb 26, 2019
422ee98
Update README.md
NybergWISC Feb 26, 2019
4e253f7
Add files via upload
NybergWISC Feb 26, 2019
529b648
Update CharacteristicsOfCanon.md
NybergWISC Apr 16, 2019
94b547d
Update README.md
NybergWISC Apr 16, 2019
5751780
Add files via upload
NybergWISC Apr 16, 2019
8b7cc8e
Add files via upload
NybergWISC May 14, 2019
6f136ab
Update SimpleBlockX4.md
NybergWISC May 14, 2019
0c1ac9c
Update ErrorBlocks.md
NybergWISC May 14, 2019
a11b577
Add files via upload
NybergWISC May 14, 2019
8a88ca8
Update README.md
NybergWISC May 14, 2019
97b5d77
Add files via upload
NybergWISC Jan 16, 2020
ebaef22
Delete ErrorBlocks.md
NybergWISC Jan 16, 2020
534816f
Rename ErrorBlocks.md to ErrorBlocks2.md
NybergWISC Jan 16, 2020
3714a34
Merge pull request #1 from NybergWISC/NybergWISC-patch-1
NybergWISC Jan 16, 2020
f466f9e
Rename ErrorBlocks2.md to ErrorBlocks.md
NybergWISC Jan 16, 2020
94b7454
Update README.md
NybergWISC Jan 23, 2020
407220f
Add files via upload
NybergWISC Jan 23, 2020
6f5b153
Update ErrorBlocks.md
NybergWISC Jan 23, 2020
46f620e
Clearing up GitHub specific formatting stuff
NybergWISC Jan 29, 2020
ef2bf91
Better description of Cubit/Trelis
NybergWISC Mar 19, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 32 additions & 0 deletions CharacteristicsOfCanon.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# Characteristics of a Canonical Geometry

__ _Canonical geometries should contain all aspects of the workflow so that
Comment thread
NybergWISC marked this conversation as resolved.
Outdated
through the creation of the geometries one encounters all methods and
considerations necessary to create functional models._ __
Comment thread
gonuke marked this conversation as resolved.
Outdated

### Basic Models

* __Simple Model__
- Show workflow in a model without complications.
- Introduce issues arising from Cubit/Trelis.
- Show basic functionality of Cubit/Trelis such as imprinting/merging, assigning materials, and meshing.

* __Simple Model with Geometric issues__
- Go through workflow with a model with geometric complications that are still easy to understand/visualize.
- Show basic functionality of SpaceClaim by fixing geometric issues.
* Overlaps
* Unnecessary details to be removed
* Small gaps
* Curve coincident to surface

* __Radial model__
- Go through workflow with some applicability, could be a basis to build further complex models
- Exemplifies curvilinear CAD issues
- Introduces reflecting boundaries

### Auxiliary, Difficult Models (Further design considerations)

* MELCOR geometry (flows that split and recombine)
* Toroidal geometry with thin walls that may lose particles
* A radial slice where one encounters boundary conditions
* Implementation of reflecting boundaries
20 changes: 18 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,18 @@
# model_development_workflow
Capture documentation, scripts and plans for developing models for Svalinn applications
# Model Development Workflow Examples

## Purpose

__Tutorials using specific models to explain and demonstrate important parts of the model workflow. By going through the tutorials one should understand all of the basic uses/functionality of SpaceClaim and Trelis/Cubit in the DAGMC workflow.__

## Current Sections and Files Associated

* Characteristics of a canonical geometry
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* Characteristics of a canonical geometry
* [Characteristics of a canonical geometry](CharacteristicsOfCanon.md)

This makes a link

- CharacteristicsOfCanon.md _further description of the purpose of this project and each example individually_
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- CharacteristicsOfCanon.md _further description of the purpose of this project and each example individually_
- _further description of the purpose of this project and each example individually_


* Simple Example with 4 Equal Cubes
- SimpleBlockX4.md _full tutorial_
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- SimpleBlockX4.md _full tutorial_
- [_full tutorial_](SimpleBlockX4.md)

- Simple100BlockX4.SAT _blocks by themselves before any edits in Cubit/Trelis)_
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- Simple100BlockX4.SAT _blocks by themselves before any edits in Cubit/Trelis)_
- _blocks by themselves before any edits in Cubit/Trelis_ [SAT file](Simple100BlockX4.SAT)

- Simple100BlockX4WGraveyardVoid.sat _the part after adding the large volumes to be used as the graveyard and void volumes_
Comment thread
gonuke marked this conversation as resolved.
Outdated
- Simple100BlockX4WGraveyardVoidMerged.sat _blocks and larger volumes after imprinting and merging_
Comment thread
gonuke marked this conversation as resolved.
Outdated


Loading