INitial commit of CAC code

This commit is contained in:
Alex Selimov 2024-02-17 21:51:18 -05:00
commit c8be709be9
66 changed files with 16539 additions and 0 deletions

22
docs/Commands/boundary.md Normal file
View file

@ -0,0 +1,22 @@
# boundary
```sh
boundary xyz
```
## Inputs
`xyz` - string describing the boundary conditions in which `x`, `y`, and `z` can have values of either `p` for periodic or `s` for shrink-wrapped.
## Examples
```sh
boundary ppp
boundary sps
```
## Description
Boundary sets the boundary conditions of the model being either periodic or shrink-wrapped.
Because boundary data is included within the restart file format, this command is not strictly required.
If included this command will override the boundary conditions defined within the data file.