Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ docs/simulation/readme.md
docs/post_process/readme.md
docs/api/readme.md

examples/**/IC/*.dat
examples/*batch/*/
examples/**/D/*
examples/**/p*
Expand Down
4 changes: 2 additions & 2 deletions docs/documentation/case.md
Original file line number Diff line number Diff line change
Expand Up @@ -262,8 +262,8 @@ The code provides three pre-built patches for dimensional extrusion of initial c
- `case(270)`: Extrude 1D data to 2D domain
- `case(370)`: Extrude 2D data to 3D domain

Setup: Only requires specifying `init_dir` and filename pattern via `zeros_default`. Grid dimensions are automatically detected from the data files.
Implementation: All variables and file handling are managed in `src/common/include/ExtrusionHardcodedIC.fpp` with no manual grid configuration needed.
Setup: Only requires specifying `files_dir` and filename pattern via `file_extension`. The files are located, for example, at `examples/1D_flamelet/IC`, and their format is `prim.XX.YY.file_extension.dat`.
Implementation: All variables and file handling are managed in the `case.py` file of the simulation.
Usage: Ideal for initializing simulations from lower-dimensional solutions, enabling users to add perturbations or modifications to the base extruded fields for flow instability studies.

#### Parameter Descriptions
Expand Down
1,200 changes: 1,200 additions & 0 deletions examples/1D_flamelet/IC/prim.1.00.000000.dat

Large diffs are not rendered by default.

1,200 changes: 1,200 additions & 0 deletions examples/1D_flamelet/IC/prim.10.00.000000.dat

Large diffs are not rendered by default.

1,200 changes: 1,200 additions & 0 deletions examples/1D_flamelet/IC/prim.11.00.000000.dat

Large diffs are not rendered by default.

1,200 changes: 1,200 additions & 0 deletions examples/1D_flamelet/IC/prim.12.00.000000.dat

Large diffs are not rendered by default.

1,200 changes: 1,200 additions & 0 deletions examples/1D_flamelet/IC/prim.13.00.000000.dat

Large diffs are not rendered by default.

Loading
Loading