Loading...
Searching...
No Matches
- Specific ODT cases (e.g., channelFlow) have their own input directories containing input files as specified above.
- Each case will correspond to one of the types indicated by the
probType variable in the input file.
- Each
probType has a separate code file in the source/domaincases/ directory. These codes are domaincase_someCase.h and the corresponding .cc file.
- You can use one of the existing cases, or create your own, using the existing cases as a guide.
- These cases essentially define what scalars are transported, and define functions that govern how certain domain quantities are computed.
- Note, each
domaincase_someCase inherits off a base class domaincase.