INitial commit of CAC code
This commit is contained in:
commit
c8be709be9
66 changed files with 16539 additions and 0 deletions
22
docs/Commands/boundary.md
Normal file
22
docs/Commands/boundary.md
Normal 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.
|
Loading…
Add table
Add a link
Reference in a new issue