Wave CardFormat2: Difference between revisions

From CIRPwiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
{{DISPLAYTITLE:CMS-Wave Options File - Format 2}}
{{DISPLAYTITLE:CMS-Wave Options File - Format 2}}
This format is the newest to be implemented and will be effective as of the release of SMS version 13.2 or CMS2D version 5.2.10 or later.
This format is the newest to be implemented and will be effective as of the release of SMS version 13.2 or CMS2D version 5.2.10 or later.
This format mimics the same style as the CMS-Flow parameter file and is meant to be much more readable and understandable by end users.
This format mimics the same style as the CMS-Flow parameter file (*.cmcards) and is meant to be much more readable and understandable by end users.
 
In this format, the first line must have the card 'CMS_WAVE_STD' as the first thing on line 1. The value for the card must be the integer value '''2'''. Remaining cards can come in any order, but must follow some rules depending on the card (which is shown as the first object on each line).
 
 
{| class="wikitable"
|+ Caption text
|-
! CARD !! VALUE TYPE !! OPTION LIST !! DESCRIPTION !! NOTES
|-
| WV_PROPAGATION_TYPE || STRING || 'WIND_AND_SPECTRA'<br>'SPECTRA_ONLY'<br>'FAST-MODE'<br>'FAST-MODE_SPECTRA_ONLY' || ||
|-
| WV_PLANE_DEFINITION || STRING || ‘HALF-PLANE’<br>‘FULL-PLANE’<br>‘FULL-PLANE_WITH_REVERSE_SPECTRA’  || ||
|-
|WV_MATRIX_SOLVER || STRING || 'GAUSS-SEIDEL'<br>'ADI' || ||
|-
|WV_CURRENT_TYPE || STRING    || 'OFF' or 'NONE'<br>'MULTIPLE'<br>'SINGLE' || ||
|-
|WV_BOUNDARY_NESTING || STRING || 'OFF' or 'NONE'<br>'LINEAR'<br>'MORPHIC' || ||
|-
|WV_BOTTOM_FRICTION || STRING || 'OFF' or 'NONE'<br>'CONST_DARCY_WEISBACH'<br>'VAR_DARCY_WEISBACH'<br>'CONST_MANNINGS'<br>'VAR_MANNINGS' || ||
|}
 




[[CMS-Wave_Model_Parameters | Go Back to Model Parameters]]
[[CMS-Wave_Model_Parameters | Go Back to Model Parameters]]

Revision as of 19:47, 25 October 2021

This format is the newest to be implemented and will be effective as of the release of SMS version 13.2 or CMS2D version 5.2.10 or later. This format mimics the same style as the CMS-Flow parameter file (*.cmcards) and is meant to be much more readable and understandable by end users.

In this format, the first line must have the card 'CMS_WAVE_STD' as the first thing on line 1. The value for the card must be the integer value 2. Remaining cards can come in any order, but must follow some rules depending on the card (which is shown as the first object on each line).


Caption text
CARD VALUE TYPE OPTION LIST DESCRIPTION NOTES
WV_PROPAGATION_TYPE STRING 'WIND_AND_SPECTRA'
'SPECTRA_ONLY'
'FAST-MODE'
'FAST-MODE_SPECTRA_ONLY'
WV_PLANE_DEFINITION STRING ‘HALF-PLANE’
‘FULL-PLANE’
‘FULL-PLANE_WITH_REVERSE_SPECTRA’
WV_MATRIX_SOLVER STRING 'GAUSS-SEIDEL'
'ADI'
WV_CURRENT_TYPE STRING 'OFF' or 'NONE'
'MULTIPLE'
'SINGLE'
WV_BOUNDARY_NESTING STRING 'OFF' or 'NONE'
'LINEAR'
'MORPHIC'
WV_BOTTOM_FRICTION STRING 'OFF' or 'NONE'
'CONST_DARCY_WEISBACH'
'VAR_DARCY_WEISBACH'
'CONST_MANNINGS'
'VAR_MANNINGS'


Go Back to Model Parameters