@@ -14,15 +14,21 @@ executable.
14
14
$ ./amr_wind inputs.abl time.max_step=20
15
15
16
16
17
- The input file is a simple text file containing ``key = value `` entries for the
18
- input parameters. The text file can include comments, any text beginning with
19
- ``# `` till the end of line (EOF) is interpreted as comments and ignored by the
20
- parser. Input file processing is handled by `AMReX ParmParse library
17
+ The input file is a simple text file containing ``key = value ``
18
+ entries for the input parameters. The text file can include comments,
19
+ any text beginning with ``# `` till the end of line (EOF) is
20
+ interpreted as comments and ignored by the parser. Input file
21
+ processing is handled by `AMReX ParmParse library
21
22
<https://amrex-codes.github.io/amrex/docs_html/Basics.html#parmparse> `_. This
22
- section documents the various input file parameters and their default values (if
23
- available). In :program: `amr_wind `, the input file is broken into *sections *
24
- indicated by a namespace prefix. For example, all inputs related to the problem
25
- domain are prefixed with ``geometry. `` and so on. A sample input file is shown below
23
+ section documents the common input file parameters and their default
24
+ values (if available). The focus is on AMR-Wind specific input options
25
+ and some common AMReX options (these are fully documented in `AMReX
26
+ <https://amrex-codes.github.io/amrex/docs_html/RuntimeParameters.html> `_).
27
+
28
+ In :program: `amr_wind `, the input file
29
+ is broken into *sections * indicated by a namespace prefix. For
30
+ example, all inputs related to the problem domain are prefixed with
31
+ ``geometry. `` and so on. A sample input file is shown below
26
32
27
33
.. literalinclude :: ./amr_wind_inputs.txt
28
34
:linenos:
0 commit comments