diff --git a/_sources/index.rst.txt b/_sources/index.rst.txt index af8311b67b..67e274a9e2 100644 --- a/_sources/index.rst.txt +++ b/_sources/index.rst.txt @@ -26,9 +26,10 @@ development effort. As with other codes in the `Exawind `_ ecosystem, AMR-wind shares the following objectives: -- an open, well-documented implementation of the state-of-the-art computational - models for modeling wind farm flow physics at various fidelities that are - backed by a comprehensive verification and validation (V&V) process; +- an open, well-documented implementation of the state-of-the-art + computational models for modeling wind farm flow physics at various + fidelities that are backed by a comprehensive verification and + validation (V&V) process (:ref:`capabilities`); - be capable of performing the highest-fidelity simulations of flowfields within wind farms; and diff --git a/_sources/theory/theory.rst.txt b/_sources/theory/theory.rst.txt index 9569388e0c..0be45564aa 100644 --- a/_sources/theory/theory.rst.txt +++ b/_sources/theory/theory.rst.txt @@ -1,8 +1,10 @@ Theory Manual -================================ +============= + +.. _governing_equations: Governing equations ------------------------------------- +------------------- Conservation of fluid mass: @@ -21,11 +23,19 @@ Tracer(s) advection: .. math:: \frac{\partial \rho s}{\partial t} + \nabla \cdot (\rho U s) = 0 -Discretization -------------------------------------- -The numerical methdology used to solve the partial differential equations (PDEs) -within AMR-Wind is documented in `Almgren et al. (JCP 1998) -`_. +.. _discretization: + +Discretization +-------------- + +The numerical methdology used to solve the partial differential +equations (PDEs) within AMR-Wind is documented in `Almgren et +al. (JCP 1998) +`_. AMR-Wind uses +`AMReX-Hydro +`_ +for many advection routines. The reader is referred to their +documentation for implementation details. Time Step -- MOL ~~~~~~~~~~~~~~~~ @@ -135,8 +145,10 @@ Often for simulations involving walls, (e.g., channel flows, complex terrains et mapping.rst +.. _multiphase: + Multiphase flow modelling ------------------------------------- +------------------------- AMR-Wind employs the volume-of-fluid method for simulating two-phase (water-air) flows. More specifically, the volume fraction field is advected explicitly using a @@ -148,8 +160,10 @@ is not modeled by AMR-Wind currently. For further detail, see `Kuhn, Deskos, Sprague (Computers & Fluids 2023) `_. +.. _source_terms: + Source terms ------------------------------------- +------------ Gravity Forcing ~~~~~~~~~~~~~~~~ @@ -174,6 +188,7 @@ Using the perturbational form implies that the hydrostatic pressure is removed f .. math:: p = p' - \int_z^{z_{max}} \rho_0 g dz + p(z = z_{max}) = p' - \int_z^{z_{max}} \rho_0 g dz +.. _mesoscale_forcing: Mesoscale Forcing ~~~~~~~~~~~~~~~~~ @@ -196,17 +211,12 @@ approach can be used with NWP model output or observational data. For more information, see `Allaerts et al. (BLM 2020) `_ -The application of these forcing approaches is detailed in: - -.. toctree:: - :glob: - :maxdepth: 2 - - ../user/inputs_ABL_meso_forcing.rst +The application of these forcing approaches is detailed :ref:`here `. +.. _turbulence: Turbulence Models ------------------------------ +----------------- LES models for subgrid scales ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -306,11 +316,13 @@ length scale is modified as follows Here the term :math:`H=1.5 dz` specifies the location at which the length scale switches to :math:`L=C_s\Delta` and :math:`\phi_M` is the atmospheric stability function. Currently, the implementation for the stability function uses a single global value. The implementation of the non-linear model is split into two parts. The subgrid-scale viscosity term is directly used -within the ``AMR-wind`` diffusion framework. The last two terms in :math:`M_{ij}` are added as source-terms in the momentum equation. +within the ``AMR-Wind`` diffusion framework. The last two terms in :math:`M_{ij}` are added as source-terms in the momentum equation. + +.. _wall_models: Wall models ----------- -The wall models described in this section are implemented in ``AMR-wind`` for +The wall models described in this section are implemented in ``AMR-Wind`` for running wall-bounded flows (non-ABL cases). Log-law wall model @@ -329,7 +341,7 @@ Given a horizontal velocity magnitude :math:`z = z_{\mathrm{ref}}`, :math:`u_\tau` can be computed using a non-linear solve to satisfy `[eq:loglaw] <#eq:loglaw>`__. -In ``AMR-wind`` Newton-Raphson iterations are used with a convergence +In ``AMR-Wind`` Newton-Raphson iterations are used with a convergence criterion of :math:`\lvert u_\tau^{n+1} - u_\tau^n \rvert < 10^{-5}`. For this, derivative of :math:`\frac{\partial u_{\mathrm{mag}}}{\partial {u_\tau}}` is used, diff --git a/_sources/user/build.rst.txt b/_sources/user/build.rst.txt index 81391ed75e..7fd7eda3fd 100644 --- a/_sources/user/build.rst.txt +++ b/_sources/user/build.rst.txt @@ -28,7 +28,11 @@ your system. The main dependencies are listed below: #. `Intel OneAPI `_ - for building with DPC++. + for building with SyCL. + +#. `AMD GPU + `_ + for building with ROCM. Building from source -------------------- @@ -84,6 +88,10 @@ Architecture options Enable `Intel OneAPI SyCL `_ builds. Default: OFF +.. cmakeval:: AMR_WIND_ENABLE_ROCM + + Enable `AMD ROCM GPU `_ builds. Default: OFF + Dependencies ~~~~~~~~~~~~~ @@ -135,13 +143,6 @@ Other AMR-Wind specific options Enable compiler warnings during build. Default: OFF -.. cmakeval:: AMR_WIND_ENABLE_FORTRAN - - Build Fortran interfaces. Default: OFF - - AMR-Wind itself has no Fortran code. This option is unused if - :cmakeval:`AMR_WIND_USE_INTERNAL_AMREX` is set to ``OFF``. - General CMake options ~~~~~~~~~~~~~~~~~~~~~~ diff --git a/_sources/user/features.rst.txt b/_sources/user/features.rst.txt new file mode 100644 index 0000000000..ef4a092e81 --- /dev/null +++ b/_sources/user/features.rst.txt @@ -0,0 +1,186 @@ +.. _capabilities: + +Capabilities and Roadmap +======================== + +This section documents a non-exhaustive list of current AMR-Wind +capabilities and roadmap for future capabilities. + +.. tip:: + + If your project relies on a capability that is not yet present in + AMR-Wind, please create an issue on the code project page. + + +.. note:: + + This reflects the capabilities for AMR-Wind version 2.1.0 and above. + + +Capabilities +------------ + +.. tip:: + + The capabilities are linked to the relevant input file references + (keyword `inp`) and documentation (keyword `doc`). Searching for + those keywords in the `test/test_files` directory will give + concrete examples of the feature usage. + + +Methods and models +~~~~~~~~~~~~~~~~~~ + +* Numerical methods + + * Advection: second order, piecewise parabolic, piecewise linear, WENO, Bell-Dawson-Shubin [:ref:`doc `, :ref:`inp `] + + * Diffusion: second order, explicit, Crank-Nicolson, and implicit [:ref:`doc `, :ref:`inp `] + + * Mesh refinement: static refinement for specified regions [:ref:`inp `], adaptive mesh refinement [:ref:`inp `] (e.g., field based, curvature, q-criterion, vorticity [:ref:`inp `]) + + * Mesh mapping for non-uniform cartesian grids [:ref:`doc `, :ref:`inp `] + +* Equations systems + + * Incompressible and low Mach formulations of Navier-Stokes :ref:`[doc] ` + + * Temperature + + * Level set + + * Subgrid scale kinetic energy :ref:`[doc] ` + + * Specific dissipation rate :ref:`[doc] ` + + * Passive scalar + + * Source terms for these PDEs [:ref:`doc `, :ref:`inp `] + +* Turbulence modeling + + * Large Eddy Simulation: constant Smagorinsky, AMD, one equation :math:`k_{sgs}`, Kosovic [:ref:`doc `, :ref:`inp `] + + * Wall models: log-law, constant stress, Schumann [:ref:`doc `, :ref:`inp `] + + * Reynolds-Average Navier-Stokes: :math:`k`-:math:`\omega` SST (and IDDES variant) [:ref:`doc `, :ref:`inp `] + +* Transport models + + * Constant transport coefficients [:ref:`inp `] + + * Two phase transport (separate coefficients for each material) [:ref:`inp `] + +Flow physics +~~~~~~~~~~~~ + +* Wind energy physics + + * Atmospheric boundary layer (ABL): various stability states (stable, unstable, neutral), precursor simulations with inflow boundary planes for wind farm simulations, anelastic formulation, mesoscale forcing, geostrophic forcing, Coriolis forcing, Monin-Obukhov similarity theory, gravity forcing, gravity wave damping [:ref:`inp `] + + * Actuator turbine representations: Joukowsky disks, uniform disks, actuator line [:ref:`inp `] + + * Coupling with OpenFAST + + * Coupling with Nalu-Wind for blade resolved simulations + +* Multiphase flows [:ref:`doc `] + + * Prescribed flow cases for verification of volume-of-fluid transport: Zalesak disk, vortex patch + + * Prescribed flow cases for verification of momentum equation coupled to volume-of-fluid transport: Zalesak disk scalar vel, vortex patch scalar vel + + * Validation and demonstration cases: sloshing tank, dam break, breaking waves, falling or inertial droplet + + * Methods to initialize volume-of-fluid field from an initial levelset field + + * Monitors conservation of mass and momentum + +* Ocean wave forcing (for multiphase flows) [:ref:`inp `] + + * Wave types: linear (monochromatic), Stokes (2nd- to 5th-order), irregular (input by modes files from HOS-Ocean) + + * Relaxation zones force wave profile to generate waves at lower x boundary or force toward quiescent flat interface at upper x boundary. Wave profile can also be enforced (instead of numerical beach) at upper x boundary for periodic simulations. + +* Boundary conditions + + * Periodic, outflow, inflow, walls, user-defined inflows [:ref:`inp `] + + * Wall models (e.g., wall functions, stress) [:ref:`doc `, :ref:`inp `] + + * Inflow planes from precursor simulations [:ref:`doc `, :ref:`inp `] + + * Mesoscale forcing [:ref:`doc `, :ref:`inp `] + + * Synthetic turbulence [:ref:`inp `] + +* Geometry + + * Immersed boundary + + * Coupling with Nalu-Wind for body-conforming meshes with overset methodology + +* Miscellaneous cases + + * Verification and validation cases: method of manufactured solutions, convecting Taylor-Vortex, Rayleigh-Taylor, passive scalar, Burggraf flow, channel flow, Ekman spiral, vortex dipole, vortex ring + +* Postprocessing + + * Visualization with VisIt, Paraview, yt + + * Sampling of fields with planes, point probes, lines, volumes, lidar, and radar [:ref:`doc `, :ref:`inp `] + + * Sampling of fields at probes that follow free surface of liquid-gas flows [:ref:`inp `] + + * Scalar outputs such as kinetic energy, enstrophy, total wave energy, and norms [:ref:`doc `, :ref:`inp `] + + * Turbulence averaging quantities such as Reynolds stresses [:ref:`inp `] + + * Field plane averaging and second and third order moments + + * Derived fields and field operators such as vorticity, q-criterion, strain-rates, gradients, divergence, laplacian + + * in-situ post-processing with Ascent + +High performance computing +~~~~~~~~~~~~~~~~~~~~~~~~~~ + +* Highly parallelized and performance portable + + * Shared memory parallelism with OpenMP threading + + * Distributed memory parallelism with MPI + + * Supports all major compilers (e.g., GCC, Intel, LLVM) + + * Runs on all major GPU vendors (NVIDIA, AMD, Intel) + + * Supported build systems: cmake, spack + +* Supported linear solvers + + * native AMReX solvers such as MLMG [:ref:`inp `] + + * hypre + + +Roadmap +------- + +The roadmap is an evolving, living document and does not purport to +track every future capability. It is not a promise of future +capabilities. The main use case is to inform users of +potential upcoming new capabilities. + +Current development +~~~~~~~~~~~~~~~~~~~ + +* Inflow-outflow BCs to enable coupling amr-wind to ERF mesoscale modeling software + +* Temporal and spatial varying MMC forcing + +* Complex terrain + + * Improved wall conditions, e.g., non-uniform roughness, temperature and heat fluxes + + * Complex terrain though immersed boundary methods diff --git a/_sources/user/inputs.rst.txt b/_sources/user/inputs.rst.txt index 27be9ae91f..779d3292e3 100644 --- a/_sources/user/inputs.rst.txt +++ b/_sources/user/inputs.rst.txt @@ -38,6 +38,7 @@ Section Description ======================= ============================================================ ``geometry`` Computational domain information ``amr`` Mesh refinement controls +``tagging`` Static and dynamic refinement options ``time`` Simulation time controls ``io`` Input/Output controls ``incflo`` CFD algorithm and physics controls @@ -49,7 +50,6 @@ Section Description ``Momentum sources`` Activate Momentum source terms and their parameters ``Boundary conditions`` Boundary condition types and gradients ``MLMG options`` Multi-Level Multi-Grid Linear solver options -``Tagging`` Static and dynamic refinement options ``Sampling`` Data probes to sample field data during simulations ``Averaging`` Time averaging and correlations ======================= ============================================================ @@ -71,6 +71,7 @@ This section documents the parameters available within each section. inputs_geometry.rst inputs_amr.rst + inputs_tagging.rst inputs_time.rst inputs_io.rst inputs_incflo.rst @@ -80,10 +81,8 @@ This section documents the parameters available within each section. inputs_ABL.rst inputs_ABL_meso_forcing.rst inputs_SyntheticTurbulence.rst - inputs_Static_Refinement.rst inputs_Boundary_conditions.rst inputs_MLMG.rst - inputs_AMR_Tagging.rst inputs_Sampling.rst inputs_Averaging.rst inputs_KineticEnergy.rst diff --git a/_sources/user/inputs_ABL.rst.txt b/_sources/user/inputs_ABL.rst.txt index fd6b584379..3eb14760a7 100644 --- a/_sources/user/inputs_ABL.rst.txt +++ b/_sources/user/inputs_ABL.rst.txt @@ -1,5 +1,7 @@ +.. _inputs_abl: + Section: ABL -~~~~~~~~~~~~~~~~~~~~~~~ +~~~~~~~~~~~~ This section is for setting atmospheric boundary layer parameters. diff --git a/_sources/user/inputs_ABL_meso_forcing.rst.txt b/_sources/user/inputs_ABL_meso_forcing.rst.txt index 012283ac6f..33727a7c03 100644 --- a/_sources/user/inputs_ABL_meso_forcing.rst.txt +++ b/_sources/user/inputs_ABL_meso_forcing.rst.txt @@ -1,3 +1,5 @@ +.. _inputs_meso_forcing: + Section: ABLMesoForcing ~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/_sources/user/inputs_Actuator.rst.txt b/_sources/user/inputs_Actuator.rst.txt index bee227efac..0c5794bbb3 100644 --- a/_sources/user/inputs_Actuator.rst.txt +++ b/_sources/user/inputs_Actuator.rst.txt @@ -1,7 +1,7 @@ .. _inputs_actuator: Section: Actuator -~~~~~~~~~~~~~~~~~~ +~~~~~~~~~~~~~~~~~ This section controls the actuator type models. This includes the actuator disk and line models. The prefix is the label set in diff --git a/_sources/user/inputs_Boundary_conditions.rst.txt b/_sources/user/inputs_Boundary_conditions.rst.txt index 326714c2e5..be809a7a0c 100644 --- a/_sources/user/inputs_Boundary_conditions.rst.txt +++ b/_sources/user/inputs_Boundary_conditions.rst.txt @@ -1,5 +1,7 @@ +.. _inputs_boundary_conditions: + Section: Boundary conditions -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ This section controls the boundary conditions. Only non-periodic BC's need to be defined here. diff --git a/_sources/user/inputs_MLMG.rst.txt b/_sources/user/inputs_MLMG.rst.txt index 3d09312ff7..07635b896d 100644 --- a/_sources/user/inputs_MLMG.rst.txt +++ b/_sources/user/inputs_MLMG.rst.txt @@ -1,5 +1,7 @@ +.. _inputs_mlmg: + Section: MLMG options -~~~~~~~~~~~~~~~~~~~~~~~~~~ +~~~~~~~~~~~~~~~~~~~~~ This section specifies the Multi-Level Multi-Grid (MLMG) options for each type of linear solve. There are three types of linear solves performed in amr-wind diff --git a/_sources/user/inputs_Momentum_Sources.rst.txt b/_sources/user/inputs_Momentum_Sources.rst.txt index 15e20386ea..2216ed569d 100644 --- a/_sources/user/inputs_Momentum_Sources.rst.txt +++ b/_sources/user/inputs_Momentum_Sources.rst.txt @@ -1,5 +1,7 @@ +.. _inputs_momentum_sources: + Section: Momentum Sources -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +~~~~~~~~~~~~~~~~~~~~~~~~~~ .. input_param:: ICNS.source_terms diff --git a/_sources/user/inputs_Static_Refinement.rst.txt b/_sources/user/inputs_Static_Refinement.rst.txt deleted file mode 100644 index 75ff3616f3..0000000000 --- a/_sources/user/inputs_Static_Refinement.rst.txt +++ /dev/null @@ -1,18 +0,0 @@ - -Section: Static Refinement -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -This section is for controlling the static mesh refinement of the grid. - -.. input_param:: tagging.static_refinement - - **type:** Boolean, optional, default = false - - Static refinement with Cartesian-aligned bounding boxes. - -.. input_param:: tagging.static_refinement_def - - **type:** String - - Static refinement with Cartesian-aligned bounding boxes input file name. - diff --git a/_sources/user/inputs_SyntheticTurbulence.rst.txt b/_sources/user/inputs_SyntheticTurbulence.rst.txt index 4b87cc26d3..8690a7c0ec 100644 --- a/_sources/user/inputs_SyntheticTurbulence.rst.txt +++ b/_sources/user/inputs_SyntheticTurbulence.rst.txt @@ -1,5 +1,7 @@ +.. _inputs_synthetic_turbulence: + Section: SyntheticTurbulence -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ This section is for setting turbulence injection parameters. diff --git a/_sources/user/inputs_amr.rst.txt b/_sources/user/inputs_amr.rst.txt index 9962a33fe1..d93cee3335 100644 --- a/_sources/user/inputs_amr.rst.txt +++ b/_sources/user/inputs_amr.rst.txt @@ -1,5 +1,7 @@ +.. _inputs_amr: + Section: amr -~~~~~~~~~~~~~~~~ +~~~~~~~~~~~~ This section contains input parameters used by the core AMReX mesh data structure ``AmrCore`` to determine the base mesh and adaptive mesh refinement diff --git a/_sources/user/inputs_geometry.rst.txt b/_sources/user/inputs_geometry.rst.txt index a32186ed7d..676e232d0b 100644 --- a/_sources/user/inputs_geometry.rst.txt +++ b/_sources/user/inputs_geometry.rst.txt @@ -1,5 +1,7 @@ +.. _inputs_geometry: + Section: geometry -~~~~~~~~~~~~~~~~~~~~~ +~~~~~~~~~~~~~~~~~ This section deals with inputs related to the problem domain. diff --git a/_sources/user/inputs_incflo.rst.txt b/_sources/user/inputs_incflo.rst.txt index 204beba188..948a34d9f6 100644 --- a/_sources/user/inputs_incflo.rst.txt +++ b/_sources/user/inputs_incflo.rst.txt @@ -1,5 +1,7 @@ +.. _inputs_incflo: + Section: incflo -~~~~~~~~~~~~~~~~~~~ +~~~~~~~~~~~~~~~ This section deals with parameters that mostly determine how amr-wind is run such as initial conditions and discretization options. @@ -67,6 +69,8 @@ as initial conditions and discretization options. stability at larger CFL numbers, and greater computational efficiency. Setting this argument to false is not recommended, and active use or development relying on the method of lines (MOL) is very sparse. +.. _inputs_incflo_advection: + .. input_param:: incflo.godunov_type **type:** String, optional, default = weno_z @@ -81,6 +85,8 @@ as initial conditions and discretization options. Specifies if body forces are included in the transverse velocity prediction. Note: only used when :input_param:`incflo.use_godunov` = true. +.. _inputs_incflo_diffusion: + .. input_param:: incflo.diffusion_type **type:** Integer, optional, default = 2 diff --git a/_sources/user/inputs_ocean_waves.rst.txt b/_sources/user/inputs_ocean_waves.rst.txt index 8814bb3e01..1311305fcb 100644 --- a/_sources/user/inputs_ocean_waves.rst.txt +++ b/_sources/user/inputs_ocean_waves.rst.txt @@ -1,5 +1,7 @@ +.. _inputs_ocean_waves: + Section: Ocean Waves -~~~~~~~~~~~~~~~~~~~~~~~ +~~~~~~~~~~~~~~~~~~~~ This section is for setting up wave forcing and relaxation zones. @@ -200,4 +202,4 @@ The following input arguments are only valid for the W2AWaves wave type: The number of points placed above the mean water surface for the velocity transformation process. The spacing between the points above the surface is equal to the interp_spacing_at_surface. When setting this value, the wave height - should be considered so that velocity can be accurately computed for portions of the waves above the mean surface. \ No newline at end of file + should be considered so that velocity can be accurately computed for portions of the waves above the mean surface. diff --git a/_sources/user/inputs_AMR_Tagging.rst.txt b/_sources/user/inputs_tagging.rst.txt similarity index 92% rename from _sources/user/inputs_AMR_Tagging.rst.txt rename to _sources/user/inputs_tagging.rst.txt index cbbbd2c40d..23d4719d78 100644 --- a/_sources/user/inputs_AMR_Tagging.rst.txt +++ b/_sources/user/inputs_tagging.rst.txt @@ -1,7 +1,7 @@ .. _inputs_tagging: -Section: AMR Tagging -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +Section: tagging +~~~~~~~~~~~~~~~~ This section manages the various mesh refinement criteria that can be used to activate either static or adaptive mesh refinement during simulations. The @@ -225,3 +225,25 @@ Example:: the cell is tagged for refinement. The user must specify a value for each level desired. +.. _inputs_static_refinement: + +Static refinement +````````````````` + +This section is for controlling the static mesh refinement of the +grid. This is done a bit differently than the tagging criteria above +in that an external file species the refinement regions. + +.. input_param:: tagging.static_refinement + + **type:** Boolean, optional, default = false + + Static refinement with Cartesian-aligned bounding boxes. + +.. input_param:: tagging.static_refinement_def + + **type:** String + + Static refinement with Cartesian-aligned bounding boxes input file name. + + diff --git a/_sources/user/inputs_transport.rst.txt b/_sources/user/inputs_transport.rst.txt index f47d1f98a4..559a5a38ec 100644 --- a/_sources/user/inputs_transport.rst.txt +++ b/_sources/user/inputs_transport.rst.txt @@ -1,5 +1,7 @@ +.. _inputs_transport: + Section: transport -~~~~~~~~~~~~~~~~~~~~~~ +~~~~~~~~~~~~~~~~~~ This section is for setting thermal and momentum diffusivities. @@ -7,7 +9,7 @@ This section is for setting thermal and momentum diffusivities. **type:** String, optional, default = ConstTransport - Currently this is the only transport model implemented. + The implemented transport model are ConstTransport and TwoPhaseTransport. .. input_param:: transport.viscosity diff --git a/_sources/user/inputs_turbulence.rst.txt b/_sources/user/inputs_turbulence.rst.txt index 8fbfc58aa6..19aa5e8708 100644 --- a/_sources/user/inputs_turbulence.rst.txt +++ b/_sources/user/inputs_turbulence.rst.txt @@ -1,5 +1,7 @@ +.. _inputs_turbulence: + Section: turbulence -~~~~~~~~~~~~~~~~~~~~~~~ +~~~~~~~~~~~~~~~~~~~ This section is for setting turbulence model parameters @@ -7,9 +9,10 @@ This section is for setting turbulence model parameters **type:** String, optional, default = Laminar - Specifies which turbulence model to use, by default "Laminar" is chosen - (effectively no turbulence model). - Currently the only turbulence model is "Smagorinsky" + Specifies which turbulence model to use, by default "Laminar" is + chosen (effectively no turbulence model). Currently the supported + turbulence models are "Smagorinsky", "AMD", "Kosovic", and + "OneEqKsgsM84", "KOmegaSST", and "KOmegaSSTIDDES". .. input_param:: Smagorinsky_coeffs.Cs diff --git a/_sources/user/post_processing_examples.rst.txt b/_sources/user/post_processing_examples.rst.txt index 82145b107b..6b62daa2e9 100644 --- a/_sources/user/post_processing_examples.rst.txt +++ b/_sources/user/post_processing_examples.rst.txt @@ -1,3 +1,5 @@ +.. _post_processing: + Post-processing Examples ======================== diff --git a/_sources/user/sampling_freesurfacesampler.rst.txt b/_sources/user/sampling_freesurfacesampler.rst.txt index 2ba16fe2ab..77bc1fe1e6 100644 --- a/_sources/user/sampling_freesurfacesampler.rst.txt +++ b/_sources/user/sampling_freesurfacesampler.rst.txt @@ -1,4 +1,4 @@ -.. _sampling_freesurface_sampler.rst: +.. _inputs_sampling_freesurface_sampler: FreeSurfaceSampler ================== @@ -53,4 +53,4 @@ test/test_files/dam_break_godunov with the sampling format set to "ascii" and th frequency (actually an interval) set to 30. .. literalinclude:: ../../../tools/sampling_dam_break_godunov_ascii.py - :language: python \ No newline at end of file + :language: python diff --git a/_sources/user/user.rst.txt b/_sources/user/user.rst.txt index af3c6c15a6..1dc10ab41d 100644 --- a/_sources/user/user.rst.txt +++ b/_sources/user/user.rst.txt @@ -5,6 +5,7 @@ User Manual :glob: :maxdepth: 2 + features.rst build.rst inputs.rst abl_bndry_io.rst diff --git a/genindex.html b/genindex.html index d4bf2ce0f8..102d14e6ba 100644 --- a/genindex.html +++ b/genindex.html @@ -1100,31 +1100,31 @@

A

  • SynthTurb.zref
  • -
  • tagging.CartBoxRefinement.static_refinement_def +
  • tagging.CartBoxRefinement.static_refinement_def
  • -
  • tagging.FieldRefinement.field_error +
  • tagging.FieldRefinement.field_error
  • -
  • tagging.FieldRefinement.field_name +
  • tagging.FieldRefinement.field_name
  • -
  • tagging.FieldRefinement.grad_error +
  • tagging.FieldRefinement.grad_error
  • -
  • tagging.GeoemtryRefinement.level +
  • tagging.GeoemtryRefinement.level
  • -
  • tagging.GeometryRefinement.max_level +
  • tagging.GeometryRefinement.max_level
  • -
  • tagging.GeometryRefinement.min_level +
  • tagging.GeometryRefinement.min_level
  • -
  • tagging.GeometryRefinement.shapes +
  • tagging.GeometryRefinement.shapes
  • -
  • tagging.labels +
  • tagging.labels
  • -
  • tagging.QCriterionRefinement.nondim +
  • tagging.QCriterionRefinement.nondim
  • -
  • tagging.QCriterionRefinement.values +
  • tagging.QCriterionRefinement.values
  • -
  • tagging.static_refinement +
  • tagging.static_refinement
  • -
  • tagging.static_refinement_def +
  • tagging.static_refinement_def
  • time.cfl
  • @@ -1235,13 +1235,6 @@

    A

    -
  • - AMR_WIND_ENABLE_FORTRAN - -
  • @@ -1270,6 +1263,13 @@

    A

  • +
  • + AMR_WIND_ENABLE_ROCM + +
  • @@ -1437,8 +1437,6 @@

    C

  • AMR_WIND_ENABLE_ALL_WARNINGS
  • AMR_WIND_ENABLE_CUDA -
  • -
  • AMR_WIND_ENABLE_FORTRAN
  • AMR_WIND_ENABLE_MASA
  • @@ -1447,6 +1445,8 @@

    C

  • AMR_WIND_ENABLE_NETCDF
  • AMR_WIND_ENABLE_OPENMP +
  • +
  • AMR_WIND_ENABLE_ROCM
  • AMR_WIND_ENABLE_SYCL
  • @@ -2305,91 +2305,91 @@

    T

    tagging.CartBoxRefinement.static_refinement_def
  • tagging.FieldRefinement.field_error
  • tagging.FieldRefinement.field_name
  • tagging.FieldRefinement.grad_error
  • tagging.GeoemtryRefinement.level
  • tagging.GeometryRefinement.max_level
  • tagging.GeometryRefinement.min_level
  • tagging.GeometryRefinement.shapes
  • tagging.labels
  • tagging.QCriterionRefinement.nondim
  • tagging.QCriterionRefinement.values
  • tagging.static_refinement
  • tagging.static_refinement_def
  • diff --git a/index.html b/index.html index e50c9ec55b..12f1665795 100644 --- a/index.html +++ b/index.html @@ -100,9 +100,10 @@

    AMR-Wind Exawind ecosystem, AMR-wind shares the following objectives:

      -
    • an open, well-documented implementation of the state-of-the-art computational -models for modeling wind farm flow physics at various fidelities that are -backed by a comprehensive verification and validation (V&V) process;

    • +
    • an open, well-documented implementation of the state-of-the-art +computational models for modeling wind farm flow physics at various +fidelities that are backed by a comprehensive verification and +validation (V&V) process (Capabilities and Roadmap);

    • be capable of performing the highest-fidelity simulations of flowfields within wind farms; and

    • be able to leverage the high-performance leadership class computating @@ -111,6 +112,7 @@

      AMR-Wind
      • User Manual
          +
        • Capabilities and Roadmap
        • Compiling AMR-Wind
        • AMR-Wind inputs file
        • AMR-Wind ABL Boundary I/O
        • diff --git a/objects.inv b/objects.inv index eca498dc5e..5c58470f0c 100644 Binary files a/objects.inv and b/objects.inv differ diff --git a/searchindex.js b/searchindex.js index 76117ce111..bc9fe26a88 100644 --- a/searchindex.js +++ b/searchindex.js @@ -1 +1 @@ -Search.setIndex({"alltitles": {"AMD model (for ABL)": [[8, "amd-model-for-abl"]], "AMDNoTherm model": [[8, "amdnotherm-model"]], "AMR-Wind": [[6, null]], "AMR-Wind ABL Boundary I/O": [[9, null]], "AMR-Wind inputs file": [[11, null]], "ASCII format: dam break example": [[36, "ascii-format-dam-break-example"]], "ActuatorSourceTagging": [[15, "actuatorsourcetagging"]], "Architecture options": [[10, "architecture-options"]], "Assertions": [[4, "assertions"]], "Basic unit test concepts": [[4, "basic-unit-test-concepts"]], "Building MASA from source": [[5, "building-masa-from-source"]], "Building MASA using Spack": [[5, "building-masa-using-spack"]], "Building and linking MASA": [[5, "building-and-linking-masa"]], "Building documentation": [[1, "building-documentation"]], "Building from source": [[10, "building-from-source"]], "Burggraf flow: lid-driven cavity with body force": [[5, "burggraf-flow-lid-driven-cavity-with-body-force"]], "CMake configuration reference": [[10, "cmake-configuration-reference"]], "Channel flow (laminar, quasi-2D) with different BCs": [[5, "channel-flow-laminar-quasi-2d-with-different-bcs"]], "Channel flow with Smagorinsky LES": [[5, "channel-flow-with-smagorinsky-les"]], "Coding Guidelines": [[0, null]], "Compiling AMR-Wind": [[10, null]], "Constant stress model": [[8, "constant-stress-model"]], "Convecting Taylor Vortex (CTV)": [[5, "convecting-taylor-vortex-ctv"]], "Creating new regression tests": [[3, "creating-new-regression-tests"]], "Dependencies": [[10, "dependencies"]], "Developer Documentation": [[2, null]], "Discretization": [[8, "discretization"]], "Documentation - user manual and source code docs": [[1, null]], "Documenting source code": [[1, "documenting-source-code"]], "Ekman spiral": [[5, "ekman-spiral"]], "Enabling and running regression tests": [[3, "enabling-and-running-regression-tests"]], "Example output for a failed test": [[3, "example-output-for-a-failed-test"]], "Example unit tests": [[4, "example-unit-tests"]], "Exceptions to the current implementation": [[7, "exceptions-to-the-current-implementation"]], "FixedWingLine": [[15, "fixedwingline"]], "FreeSurfaceSampler": [[36, null]], "General CMake options": [[10, "general-cmake-options"]], "Generating the inflow file from an ABL simulation": [[9, "generating-the-inflow-file-from-an-abl-simulation"]], "Governing equations": [[8, "governing-equations"]], "Governing equations in stretched mesh space": [[7, "governing-equations-in-stretched-mesh-space"]], "Gravity Forcing": [[8, "gravity-forcing"]], "Handy identities": [[7, "handy-identities"]], "Indices and tables": [[6, "indices-and-tables"]], "Indirect Profile Assimilation": [[13, "indirect-profile-assimilation"]], "Inflow file structure": [[9, "inflow-file-structure"]], "Initial conditions & computing the timestep": [[7, "initial-conditions-computing-the-timestep"]], "Input file reference": [[11, "input-file-reference"]], "LES models for subgrid scales": [[8, "les-models-for-subgrid-scales"]], "Linking MASA to AMR-Wind": [[5, "linking-masa-to-amr-wind"]], "Log-law wall model": [[8, "log-law-wall-model"]], "MAC Projection": [[7, "mac-projection"]], "Mapping definition": [[7, null]], "Mass inflow boundary conditions": [[17, "mass-inflow-boundary-conditions"]], "Mass inflow-outflow boundary conditions": [[17, "mass-inflow-outflow-boundary-conditions"]], "Mesoscale Forcing": [[8, "mesoscale-forcing"]], "Multiphase flow modelling": [[8, "multiphase-flow-modelling"]], "Native format: dam break example": [[36, "native-format-dam-break-example"]], "Navigating source code": [[8, "navigating-source-code"]], "NetCDF format: dam break example": [[36, "netcdf-format-dam-break-example"]], "Nodal Projection": [[7, "nodal-projection"]], "Non-linear Sub-grid Scale Model": [[8, "non-linear-sub-grid-scale-model"]], "Other AMR-Wind specific options": [[10, "other-amr-wind-specific-options"]], "Parameter values for testing": [[5, "parameter-values-for-testing"]], "Partial Profile Assimilation": [[13, "partial-profile-assimilation"]], "Performing the MMS verification": [[5, "performing-the-mms-verification"]], "Post-processing Examples": [[33, null]], "Refinement using Cartesian boxes": [[14, "refinement-using-cartesian-boxes"]], "Refinement using Q-Criterion": [[14, "refinement-using-q-criterion"]], "Refinement using field error criteria": [[14, "refinement-using-field-error-criteria"]], "Refinement using geometry": [[14, "refinement-using-geometry"]], "Regression testing": [[3, null]], "Restarting AMR-Wind": [[34, "restarting-amr-wind"]], "Restarting AMR-Wind with OpenFAST Turbines": [[34, "restarting-amr-wind-with-openfast-turbines"]], "Running AMR-Wind": [[34, null]], "Running unit tests": [[4, "running-unit-tests"]], "Sample C++ code": [[0, "sample-c-code"]], "Sampling": [[35, null]], "Sampling along a line": [[22, "sampling-along-a-line"]], "Sampling along a line moving in time (virtual lidar)": [[22, "sampling-along-a-line-moving-in-time-virtual-lidar"]], "Sampling at arbitrary locations": [[22, "sampling-at-arbitrary-locations"]], "Sampling on a volume": [[22, "sampling-on-a-volume"]], "Sampling on one or more planes": [[22, "sampling-on-one-or-more-planes"]], "Sampling on the air-water interface": [[22, "sampling-on-the-air-water-interface"]], "Schumann model": [[8, "schumann-model"]], "Section: ABL": [[12, null]], "Section: ABLMesoForcing": [[13, null]], "Section: AMR Tagging": [[14, null]], "Section: Actuator": [[15, null]], "Section: Averaging": [[16, null]], "Section: Boundary conditions": [[17, null]], "Section: Enstrophy": [[18, null]], "Section: KineticEnergy": [[19, null]], "Section: MLMG options": [[20, null]], "Section: Momentum Sources": [[21, null]], "Section: Ocean Waves": [[29, null]], "Section: Sampling": [[22, null]], "Section: Static Refinement": [[23, null]], "Section: SyntheticTurbulence": [[24, null]], "Section: amr": [[25, null]], "Section: geometry": [[26, null]], "Section: incflo": [[27, null]], "Section: io": [[28, null]], "Section: time": [[30, null]], "Section: transport": [[31, null]], "Section: turbulence": [[32, null]], "Simple Outputs": [[33, "simple-outputs"]], "Smagorinsky model": [[8, "smagorinsky-model"]], "Solving physics on a stretched AMReX mesh": [[8, "solving-physics-on-a-stretched-amrex-mesh"]], "Source terms": [[8, "source-terms"]], "Style Guide/Recommendations": [[0, "style-guide-recommendations"]], "Symmetric wall boundary": [[8, "symmetric-wall-boundary"]], "Test file organization": [[3, "test-file-organization"]], "Test outputs and troubleshooting": [[3, "test-outputs-and-troubleshooting"]], "Test results": [[5, "test-results"]], "Testing against gold files": [[3, "testing-against-gold-files"]], "Tests and Test Fixtures": [[4, "tests-and-test-fixtures"]], "Theory Manual": [[8, null]], "Time Step \u2013 Godunov": [[8, "time-step-godunov"]], "Time Step \u2013 MOL": [[8, "time-step-mol"]], "TurbineFastLine": [[15, "turbinefastline"]], "Turbulence Models": [[8, "turbulence-models"]], "Unit test scaffolding": [[4, "unit-test-scaffolding"]], "Unit testing": [[4, null]], "Unit testing in AMR-Wind": [[4, "unit-testing-in-amr-wind"]], "User Manual": [[37, null]], "User documentation": [[1, "user-documentation"]], "Using an inflow file in an ABL simulation": [[9, "using-an-inflow-file-in-an-abl-simulation"]], "Verification": [[5, null]], "Wall models": [[8, "wall-models"]], "Writing user documentation": [[1, "writing-user-documentation"]], "pp_utils - ParmParse utilities": [[4, "pp-utils-parmparse-utilities"]]}, "docnames": ["developer/coding_guidelines", "developer/documentation", "developer/index", "developer/regression_testing", "developer/unit_testing", "developer/verification", "index", "theory/mapping", "theory/theory", "user/abl_bndry_io", "user/build", "user/inputs", "user/inputs_ABL", "user/inputs_ABL_meso_forcing", "user/inputs_AMR_Tagging", "user/inputs_Actuator", "user/inputs_Averaging", "user/inputs_Boundary_conditions", "user/inputs_Enstrophy", "user/inputs_KineticEnergy", "user/inputs_MLMG", "user/inputs_Momentum_Sources", "user/inputs_Sampling", "user/inputs_Static_Refinement", "user/inputs_SyntheticTurbulence", "user/inputs_amr", "user/inputs_geometry", "user/inputs_incflo", "user/inputs_io", "user/inputs_ocean_waves", "user/inputs_time", "user/inputs_transport", "user/inputs_turbulence", "user/post_processing_examples", "user/run", "user/sampling", "user/sampling_freesurfacesampler", "user/user"], "envversion": {"sphinx": 62, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2}, "filenames": ["developer/coding_guidelines.rst", "developer/documentation.rst", "developer/index.rst", "developer/regression_testing.rst", "developer/unit_testing.rst", "developer/verification.rst", "index.rst", "theory/mapping.rst", "theory/theory.rst", "user/abl_bndry_io.rst", "user/build.rst", "user/inputs.rst", "user/inputs_ABL.rst", "user/inputs_ABL_meso_forcing.rst", "user/inputs_AMR_Tagging.rst", "user/inputs_Actuator.rst", "user/inputs_Averaging.rst", "user/inputs_Boundary_conditions.rst", "user/inputs_Enstrophy.rst", "user/inputs_KineticEnergy.rst", "user/inputs_MLMG.rst", "user/inputs_Momentum_Sources.rst", "user/inputs_Sampling.rst", "user/inputs_Static_Refinement.rst", "user/inputs_SyntheticTurbulence.rst", "user/inputs_amr.rst", "user/inputs_geometry.rst", "user/inputs_incflo.rst", "user/inputs_io.rst", "user/inputs_ocean_waves.rst", "user/inputs_time.rst", "user/inputs_transport.rst", "user/inputs_turbulence.rst", "user/post_processing_examples.rst", "user/run.rst", "user/sampling.rst", "user/sampling_freesurfacesampler.rst", "user/user.rst"], "indexentries": {"abl.anelastic": [[12, "input_param-ABL.anelastic", false]], "abl.bndry_file": [[12, "input_param-ABL.bndry_file", false]], "abl.bndry_io_mode": [[12, "input_param-ABL.bndry_io_mode", false]], "abl.bndry_output_start_time": [[12, "input_param-ABL.bndry_output_start_time", false]], "abl.bndry_planes": [[12, "input_param-ABL.bndry_planes", false]], "abl.bndry_var_names": [[12, "input_param-ABL.bndry_var_names", false]], "abl.bottom_reference_pressure": [[12, "input_param-ABL.bottom_reference_pressure", false]], "abl.cutoff_height": [[12, "input_param-ABL.cutoff_height", false]], "abl.deltau": [[12, "input_param-ABL.deltaU", false]], "abl.deltav": [[12, "input_param-ABL.deltaV", false]], "abl.initial_condition_input_file": [[12, "input_param-ABL.initial_condition_input_file", false]], "abl.kappa": [[12, "input_param-ABL.kappa", false]], "abl.log_law_height": [[12, "input_param-ABL.log_law_height", false]], "abl.mesoscale_forcing": [[13, "input_param-ABL.mesoscale_forcing", false]], "abl.normal_direction": [[12, "input_param-ABL.normal_direction", false]], "abl.pertub_ref_height": [[12, "input_param-ABL.pertub_ref_height", false]], "abl.perturb_temperature": [[12, "input_param-ABL.perturb_temperature", false]], "abl.perturb_velocity": [[12, "input_param-ABL.perturb_velocity", false]], "abl.random_gauss_mean": [[12, "input_param-ABL.random_gauss_mean", false]], "abl.random_gauss_var": [[12, "input_param-ABL.random_gauss_var", false]], "abl.surface_roughness_z0": [[12, "input_param-ABL.surface_roughness_z0", false]], "abl.temperature_heights": [[12, "input_param-ABL.temperature_heights", false]], "abl.temperature_values": [[12, "input_param-ABL.temperature_values", false]], "abl.tendency_forcing": [[13, "input_param-ABL.tendency_forcing", false]], "abl.theta_amplitude": [[12, "input_param-ABL.theta_amplitude", false]], "abl.uperiods": [[12, "input_param-ABL.Uperiods", false]], "abl.vperiods": [[12, "input_param-ABL.Vperiods", false]], "abl.wall_shear_stress_type": [[12, "input_param-ABL.wall_shear_stress_type", false]], "ablforcing.abl_forcing_height": [[21, "input_param-ABLForcing.abl_forcing_height", false]], "ablforcing.forcing_timetable_frequency": [[21, "input_param-ABLForcing.forcing_timetable_frequency", false]], "ablforcing.forcing_timetable_output_file": [[21, "input_param-ABLForcing.forcing_timetable_output_file", false]], "ablforcing.forcing_timetable_start_time": [[21, "input_param-ABLForcing.forcing_timetable_start_time", false]], "ablforcing.velocity_timetable": [[21, "input_param-ABLForcing.velocity_timetable", false]], "ablmesoforcing*.constant_transition_height": [[13, "input_param-ABLMesoForcing-.constant_transition_height", false]], "ablmesoforcing*.control_gain": [[13, "input_param-ABLMesoForcing-.control_gain", false]], "ablmesoforcing*.forcing_scheme": [[13, "input_param-ABLMesoForcing-.forcing_scheme", false]], "ablmesoforcing*.forcing_transition": [[13, "input_param-ABLMesoForcing-.forcing_transition", false]], "ablmesoforcing*.normalize_by_zmax": [[13, "input_param-ABLMesoForcing-.normalize_by_zmax", false]], "ablmesoforcing*.transition_thickness": [[13, "input_param-ABLMesoForcing-.transition_thickness", false]], "ablmesoforcing*.weighting_heights": [[13, "input_param-ABLMesoForcing-.weighting_heights", false]], "ablmesoforcing*.weighting_values": [[13, "input_param-ABLMesoForcing-.weighting_values", false]], "actuator.f1.end": [[15, "input_param-Actuator.F1.end", false]], "actuator.f1.output_frequency": [[15, "input_param-Actuator.F1.output_frequency", false]], "actuator.f1.start": [[15, "input_param-Actuator.F1.start", false]], "actuator.fixedwingline.active_force_dirs": [[15, "input_param-Actuator.FixedWingLine.active_force_dirs", false]], "actuator.fixedwingline.airfoil_table": [[15, "input_param-Actuator.FixedWingLine.airfoil_table", false]], "actuator.fixedwingline.airfoil_type": [[15, "input_param-Actuator.FixedWingLine.airfoil_type", false]], "actuator.fixedwingline.chord": [[15, "input_param-Actuator.FixedWingLine.chord", false]], "actuator.fixedwingline.disable_spanwise_gaussian": [[15, "input_param-Actuator.FixedWingLine.disable_spanwise_gaussian", false]], "actuator.fixedwingline.epsilon": [[15, "input_param-Actuator.FixedWingLine.epsilon", false]], "actuator.fixedwingline.epsilon_chord": [[15, "input_param-Actuator.FixedWingLine.epsilon_chord", false]], "actuator.fixedwingline.fllc": [[15, "input_param-Actuator.FixedWingLine.fllc", false]], "actuator.fixedwingline.fllc_epsilon_dr_ratio": [[15, "input_param-Actuator.FixedWingLine.fllc_epsilon_dr_ratio", false]], "actuator.fixedwingline.fllc_nonuniform": [[15, "input_param-Actuator.FixedWingLine.fllc_nonuniform", false]], "actuator.fixedwingline.fllc_relaxation_factor": [[15, "input_param-Actuator.FixedWingLine.fllc_relaxation_factor", false]], "actuator.fixedwingline.fllc_start_time": [[15, "input_param-Actuator.FixedWingLine.fllc_start_time", false]], "actuator.fixedwingline.fllc_type": [[15, "input_param-Actuator.FixedWingLine.fllc_type", false]], "actuator.fixedwingline.motion_type": [[15, "input_param-Actuator.FixedWingLine.motion_type", false]], "actuator.fixedwingline.normalize_spanwise": [[15, "input_param-Actuator.FixedWingLine.normalize_spanwise", false]], "actuator.fixedwingline.num_points": [[15, "input_param-Actuator.FixedWingLine.num_points", false]], "actuator.fixedwingline.pitch": [[15, "input_param-Actuator.FixedWingLine.pitch", false]], "actuator.fixedwingline.pitch_timetable": [[15, "input_param-Actuator.FixedWingLine.pitch_timetable", false]], "actuator.fixedwingline.prescribed_uinf": [[15, "input_param-Actuator.FixedWingLine.prescribed_uinf", false]], "actuator.fixedwingline.sine_period": [[15, "input_param-Actuator.FixedWingLine.sine_period", false]], "actuator.fixedwingline.sine_vector": [[15, "input_param-Actuator.FixedWingLine.sine_vector", false]], "actuator.fixedwingline.span_locs": [[15, "input_param-Actuator.FixedWingLine.span_locs", false]], "actuator.fixedwingline.velocity": [[15, "input_param-Actuator.FixedWingLine.velocity", false]], "actuator.labels": [[15, "input_param-Actuator.labels", false]], "actuator.turbinefastline.density": [[15, "input_param-Actuator.TurbineFastLine.density", false]], "actuator.turbinefastline.epsilon": [[15, "input_param-Actuator.TurbineFastLine.epsilon", false]], "actuator.turbinefastline.epsilon_chord": [[15, "input_param-Actuator.TurbineFastLine.epsilon_chord", false]], "actuator.turbinefastline.fllc": [[15, "input_param-Actuator.TurbineFastLine.fllc", false]], "actuator.turbinefastline.fllc_relaxation_factor": [[15, "input_param-Actuator.TurbineFastLine.fllc_relaxation_factor", false]], "actuator.turbinefastline.fllc_type": [[15, "input_param-Actuator.TurbineFastLine.fllc_type", false]], "actuator.turbinefastline.hub_height": [[15, "input_param-Actuator.TurbineFastLine.hub_height", false]], "actuator.turbinefastline.nacelle_area": [[15, "input_param-Actuator.TurbineFastLine.nacelle_area", false]], "actuator.turbinefastline.nacelle_drag_coeff": [[15, "input_param-Actuator.TurbineFastLine.nacelle_drag_coeff", false]], "actuator.turbinefastline.num_points_blade": [[15, "input_param-Actuator.TurbineFastLine.num_points_blade", false]], "actuator.turbinefastline.num_points_tower": [[15, "input_param-Actuator.TurbineFastLine.num_points_tower", false]], "actuator.turbinefastline.openfast_start_time": [[15, "input_param-Actuator.TurbineFastLine.openfast_start_time", false]], "actuator.turbinefastline.openfast_stop_time": [[15, "input_param-Actuator.TurbineFastLine.openfast_stop_time", false]], "actuator.turbinefastline.output_frequency": [[15, "input_param-Actuator.TurbineFastLine.output_frequency", false]], "actuator.turbinefastline.rotor_diameter": [[15, "input_param-Actuator.TurbineFastLine.rotor_diameter", false]], "actuator.type": [[15, "input_param-Actuator.type", false]], "actuator.wtg01.openfast_input_file": [[15, "input_param-Actuator.WTG01.openfast_input_file", false]], "actuatorsourcetagging.actuator_source_threshold": [[15, "input_param-ActuatorSourceTagging.actuator_source_threshold", false]], "amr-wind input parameter": [[12, "input_param-ABL.Uperiods", false], [12, "input_param-ABL.Vperiods", false], [12, "input_param-ABL.anelastic", false], [12, "input_param-ABL.bndry_file", false], [12, "input_param-ABL.bndry_io_mode", false], [12, "input_param-ABL.bndry_output_start_time", false], [12, "input_param-ABL.bndry_planes", false], [12, "input_param-ABL.bndry_var_names", false], [12, "input_param-ABL.bottom_reference_pressure", false], [12, "input_param-ABL.cutoff_height", false], [12, "input_param-ABL.deltaU", false], [12, "input_param-ABL.deltaV", false], [12, "input_param-ABL.initial_condition_input_file", false], [12, "input_param-ABL.kappa", false], [12, "input_param-ABL.log_law_height", false], [12, "input_param-ABL.normal_direction", false], [12, "input_param-ABL.pertub_ref_height", false], [12, "input_param-ABL.perturb_temperature", false], [12, "input_param-ABL.perturb_velocity", false], [12, "input_param-ABL.random_gauss_mean", false], [12, "input_param-ABL.random_gauss_var", false], [12, "input_param-ABL.surface_roughness_z0", false], [12, "input_param-ABL.temperature_heights", false], [12, "input_param-ABL.temperature_values", false], [12, "input_param-ABL.theta_amplitude", false], [12, "input_param-ABL.wall_shear_stress_type", false], [13, "input_param-ABL.mesoscale_forcing", false], [13, "input_param-ABL.tendency_forcing", false], [13, "input_param-ABLMesoForcing-.constant_transition_height", false], [13, "input_param-ABLMesoForcing-.control_gain", false], [13, "input_param-ABLMesoForcing-.forcing_scheme", false], [13, "input_param-ABLMesoForcing-.forcing_transition", false], [13, "input_param-ABLMesoForcing-.normalize_by_zmax", false], [13, "input_param-ABLMesoForcing-.transition_thickness", false], [13, "input_param-ABLMesoForcing-.weighting_heights", false], [13, "input_param-ABLMesoForcing-.weighting_values", false], [14, "input_param-tagging.CartBoxRefinement.static_refinement_def", false], [14, "input_param-tagging.FieldRefinement.field_error", false], [14, "input_param-tagging.FieldRefinement.field_name", false], [14, "input_param-tagging.FieldRefinement.grad_error", false], [14, "input_param-tagging.GeoemtryRefinement.level", false], [14, "input_param-tagging.GeometryRefinement.max_level", false], [14, "input_param-tagging.GeometryRefinement.min_level", false], [14, "input_param-tagging.GeometryRefinement.shapes", false], [14, "input_param-tagging.QCriterionRefinement.nondim", false], [14, "input_param-tagging.QCriterionRefinement.values", false], [14, "input_param-tagging.labels", false], [15, "input_param-Actuator.F1.end", false], [15, "input_param-Actuator.F1.output_frequency", false], [15, "input_param-Actuator.F1.start", false], [15, "input_param-Actuator.FixedWingLine.active_force_dirs", false], [15, "input_param-Actuator.FixedWingLine.airfoil_table", false], [15, "input_param-Actuator.FixedWingLine.airfoil_type", false], [15, "input_param-Actuator.FixedWingLine.chord", false], [15, "input_param-Actuator.FixedWingLine.disable_spanwise_gaussian", false], [15, "input_param-Actuator.FixedWingLine.epsilon", false], [15, "input_param-Actuator.FixedWingLine.epsilon_chord", false], [15, "input_param-Actuator.FixedWingLine.fllc", false], [15, "input_param-Actuator.FixedWingLine.fllc_epsilon_dr_ratio", false], [15, "input_param-Actuator.FixedWingLine.fllc_nonuniform", false], [15, "input_param-Actuator.FixedWingLine.fllc_relaxation_factor", false], [15, "input_param-Actuator.FixedWingLine.fllc_start_time", false], [15, "input_param-Actuator.FixedWingLine.fllc_type", false], [15, "input_param-Actuator.FixedWingLine.motion_type", false], [15, "input_param-Actuator.FixedWingLine.normalize_spanwise", false], [15, "input_param-Actuator.FixedWingLine.num_points", false], [15, "input_param-Actuator.FixedWingLine.pitch", false], [15, "input_param-Actuator.FixedWingLine.pitch_timetable", false], [15, "input_param-Actuator.FixedWingLine.prescribed_uinf", false], [15, "input_param-Actuator.FixedWingLine.sine_period", false], [15, "input_param-Actuator.FixedWingLine.sine_vector", false], [15, "input_param-Actuator.FixedWingLine.span_locs", false], [15, "input_param-Actuator.FixedWingLine.velocity", false], [15, "input_param-Actuator.TurbineFastLine.density", false], [15, "input_param-Actuator.TurbineFastLine.epsilon", false], [15, "input_param-Actuator.TurbineFastLine.epsilon_chord", false], [15, "input_param-Actuator.TurbineFastLine.fllc", false], [15, "input_param-Actuator.TurbineFastLine.fllc_relaxation_factor", false], [15, "input_param-Actuator.TurbineFastLine.fllc_type", false], [15, "input_param-Actuator.TurbineFastLine.hub_height", false], [15, "input_param-Actuator.TurbineFastLine.nacelle_area", false], [15, "input_param-Actuator.TurbineFastLine.nacelle_drag_coeff", false], [15, "input_param-Actuator.TurbineFastLine.num_points_blade", false], [15, "input_param-Actuator.TurbineFastLine.num_points_tower", false], [15, "input_param-Actuator.TurbineFastLine.openfast_start_time", false], [15, "input_param-Actuator.TurbineFastLine.openfast_stop_time", false], [15, "input_param-Actuator.TurbineFastLine.output_frequency", false], [15, "input_param-Actuator.TurbineFastLine.rotor_diameter", false], [15, "input_param-Actuator.WTG01.openfast_input_file", false], [15, "input_param-Actuator.labels", false], [15, "input_param-Actuator.type", false], [15, "input_param-ActuatorSourceTagging.actuator_source_threshold", false], [16, "input_param-averaging.averaging_start_time", false], [16, "input_param-averaging.averaging_stop_time", false], [16, "input_param-averaging.averaging_window", false], [17, "input_param-xlo.temperature-or-ylo.temperature-etc", false], [17, "input_param-xlo.type-or-ylo.type-zlo.type-xhi.type-yhi.type-zhi.type", false], [18, "input_param-enst.output_frequency", false], [18, "input_param-enst.type", false], [19, "input_param-ke.output_frequency", false], [19, "input_param-ke.type", false], [20, "input_param-diffusion.bottom_atol", false], [20, "input_param-diffusion.bottom_maxiter", false], [20, "input_param-diffusion.bottom_rtol", false], [20, "input_param-diffusion.bottom_solver", false], [20, "input_param-diffusion.bottom_verbose", false], [20, "input_param-diffusion.do_fixed_iters", false], [20, "input_param-diffusion.fmg_maxiter", false], [20, "input_param-diffusion.hypre_interface", false], [20, "input_param-diffusion.hypre_namespace", false], [20, "input_param-diffusion.max_coarsening_level", false], [20, "input_param-diffusion.max_order", false], [20, "input_param-diffusion.maxiter", false], [20, "input_param-diffusion.mg_atol", false], [20, "input_param-diffusion.mg_rtol", false], [20, "input_param-diffusion.num_bottom_smooth", false], [20, "input_param-diffusion.num_final_smooth", false], [20, "input_param-diffusion.num_post_smooth", false], [20, "input_param-diffusion.num_pre_smooth", false], [20, "input_param-diffusion.verbose", false], [21, "input_param-ABLForcing.abl_forcing_height", false], [21, "input_param-ABLForcing.forcing_timetable_frequency", false], [21, "input_param-ABLForcing.forcing_timetable_output_file", false], [21, "input_param-ABLForcing.forcing_timetable_start_time", false], [21, "input_param-ABLForcing.velocity_timetable", false], [21, "input_param-BodyForce.angular_frequency", false], [21, "input_param-BodyForce.bodyforce_file", false], [21, "input_param-BodyForce.magnitude", false], [21, "input_param-BodyForce.type", false], [21, "input_param-BodyForce.uniform_timetable_file", false], [21, "input_param-BoussinesqBuoyancy.reference_temperature", false], [21, "input_param-BoussinesqBuoyancy.thermal_expansion_coeff", false], [21, "input_param-CoriolisForcing.east_vector", false], [21, "input_param-CoriolisForcing.latitude", false], [21, "input_param-CoriolisForcing.north_vector", false], [21, "input_param-CoriolisForcing.rotational_time_period", false], [21, "input_param-GeostrophicForcing.geostrophic_wind", false], [21, "input_param-GeostrophicForcing.geostrophic_wind_timetable", false], [21, "input_param-ICNS.source_terms", false], [22, "input_param-sampling.derived_fields", false], [22, "input_param-sampling.fields", false], [22, "input_param-sampling.int_fields", false], [22, "input_param-sampling.labels", false], [22, "input_param-sampling.output_delay", false], [22, "input_param-sampling.output_format", false], [22, "input_param-sampling.output_frequency", false], [23, "input_param-tagging.static_refinement", false], [23, "input_param-tagging.static_refinement_def", false], [24, "input_param-SynthTurb.gauss_smearing_factor", false], [24, "input_param-SynthTurb.grid_location", false], [24, "input_param-SynthTurb.mean_wind_type", false], [24, "input_param-SynthTurb.shear_exponent", false], [24, "input_param-SynthTurb.time_offset", false], [24, "input_param-SynthTurb.turbulence_file", false], [24, "input_param-SynthTurb.umax", false], [24, "input_param-SynthTurb.umin", false], [24, "input_param-SynthTurb.uref", false], [24, "input_param-SynthTurb.wind_direction", false], [24, "input_param-SynthTurb.zoffset", false], [24, "input_param-SynthTurb.zref", false], [25, "input_param-amr.blocking_factor", false], [25, "input_param-amr.max_grid_size", false], [25, "input_param-amr.max_level", false], [25, "input_param-amr.n_cell", false], [26, "input_param-geometry.is_periodic", false], [26, "input_param-geometry.mesh_mapping", false], [26, "input_param-geometry.prob_hi", false], [26, "input_param-geometry.prob_hi_physical", false], [26, "input_param-geometry.prob_lo", false], [27, "input_param-incflo.constant_density", false], [27, "input_param-incflo.density", false], [27, "input_param-incflo.diffusion_type", false], [27, "input_param-incflo.do_initial_proj", false], [27, "input_param-incflo.godunov_type", false], [27, "input_param-incflo.godunov_use_forces_in_trans", false], [27, "input_param-incflo.initial_iterations", false], [27, "input_param-incflo.physics", false], [27, "input_param-incflo.post_processing", false], [27, "input_param-incflo.use_godunov", false], [27, "input_param-incflo.velocity", false], [27, "input_param-incflo.verbose", false], [28, "input_param-io.allow_missing_restart_fields", false], [28, "input_param-io.check_file", false], [28, "input_param-io.int_outputs", false], [28, "input_param-io.output_default_variables", false], [28, "input_param-io.outputs", false], [28, "input_param-io.plot_file", false], [28, "input_param-io.post_processing_directory", false], [28, "input_param-io.restart_file", false], [28, "input_param-io.skip_outputs", false], [29, "input_param-OceanWaves.label", false], [29, "input_param-OceanWaves.label.HOS_init_time", false], [29, "input_param-OceanWaves.label.HOS_init_timestep", false], [29, "input_param-OceanWaves.label.HOS_modes_filename", false], [29, "input_param-OceanWaves.label.fftw_planner_flag", false], [29, "input_param-OceanWaves.label.initialize_wave_field", false], [29, "input_param-OceanWaves.label.interp_spacing_at_surface", false], [29, "input_param-OceanWaves.label.number_interp_above_surface", false], [29, "input_param-OceanWaves.label.number_interp_points_in_z", false], [29, "input_param-OceanWaves.label.numerical_beach_length", false], [29, "input_param-OceanWaves.label.numerical_beach_length_factor", false], [29, "input_param-OceanWaves.label.order", false], [29, "input_param-OceanWaves.label.relax_zone_gen_length", false], [29, "input_param-OceanWaves.label.relax_zone_out_length", false], [29, "input_param-OceanWaves.label.stokes_wavelength_iter_max", false], [29, "input_param-OceanWaves.label.stokes_wavelength_order", false], [29, "input_param-OceanWaves.label.stokes_wavelength_tolerance", false], [29, "input_param-OceanWaves.label.timeramp_period", false], [29, "input_param-OceanWaves.label.type", false], [29, "input_param-OceanWaves.label.water_depth", false], [29, "input_param-OceanWaves.label.wave_height", false], [29, "input_param-OceanWaves.label.wave_length", false], [29, "input_param-OceanWaves.label.wave_period", false], [29, "input_param-OceanWaves.label.zero_sea_level", false], [30, "input_param-time.cfl", false], [30, "input_param-time.checkpoint_delay", false], [30, "input_param-time.checkpoint_interval", false], [30, "input_param-time.checkpoint_start", false], [30, "input_param-time.checkpoint_time_delay", false], [30, "input_param-time.checkpoint_time_interval", false], [30, "input_param-time.checkpoint_time_interval_reltol", false], [30, "input_param-time.enforce_checkpoint_dt_reltol", false], [30, "input_param-time.enforce_checkpoint_time_dt", false], [30, "input_param-time.enforce_plot_dt_reltol", false], [30, "input_param-time.enforce_plot_time_dt", false], [30, "input_param-time.fixed_dt", false], [30, "input_param-time.init_shrink", false], [30, "input_param-time.initial_dt", false], [30, "input_param-time.max_dt_growth", false], [30, "input_param-time.max_step", false], [30, "input_param-time.plot_delay", false], [30, "input_param-time.plot_interval", false], [30, "input_param-time.plot_start", false], [30, "input_param-time.plot_time_delay", false], [30, "input_param-time.plot_time_interval", false], [30, "input_param-time.plot_time_interval_reltol", false], [30, "input_param-time.regrid_interval", false], [30, "input_param-time.regrid_start", false], [30, "input_param-time.stop_time", false], [30, "input_param-time.use_force_cfl", false], [31, "input_param-transport.laminar_prandtl", false], [31, "input_param-transport.model", false], [31, "input_param-transport.turbulent_prandtl", false], [31, "input_param-transport.viscosity", false], [32, "input_param-Smagorinsky_coeffs.Cs", false], [32, "input_param-turbulence.model", false]], "amr.blocking_factor": [[25, "input_param-amr.blocking_factor", false]], "amr.max_grid_size": [[25, "input_param-amr.max_grid_size", false]], "amr.max_level": [[25, "input_param-amr.max_level", false]], "amr.n_cell": [[25, "input_param-amr.n_cell", false]], "amr_wind_enable_all_warnings": [[10, "cmakeval-AMR_WIND_ENABLE_ALL_WARNINGS", false]], "amr_wind_enable_cuda": [[10, "cmakeval-AMR_WIND_ENABLE_CUDA", false]], "amr_wind_enable_fortran": [[10, "cmakeval-AMR_WIND_ENABLE_FORTRAN", false]], "amr_wind_enable_masa": [[10, "cmakeval-AMR_WIND_ENABLE_MASA", false]], "amr_wind_enable_mpi": [[10, "cmakeval-AMR_WIND_ENABLE_MPI", false]], "amr_wind_enable_netcdf": [[10, "cmakeval-AMR_WIND_ENABLE_NETCDF", false]], "amr_wind_enable_openmp": [[10, "cmakeval-AMR_WIND_ENABLE_OPENMP", false]], "amr_wind_enable_sycl": [[10, "cmakeval-AMR_WIND_ENABLE_SYCL", false]], "amr_wind_enable_tests": [[10, "cmakeval-AMR_WIND_ENABLE_TESTS", false]], "amr_wind_reference_golds_directory": [[10, "cmakeval-AMR_WIND_REFERENCE_GOLDS_DIRECTORY", false]], "amr_wind_save_golds": [[10, "cmakeval-AMR_WIND_SAVE_GOLDS", false]], "amr_wind_saved_golds_directory": [[10, "cmakeval-AMR_WIND_SAVED_GOLDS_DIRECTORY", false]], "amr_wind_test_with_fcompare": [[10, "cmakeval-AMR_WIND_TEST_WITH_FCOMPARE", false]], "amr_wind_test_with_python": [[10, "cmakeval-AMR_WIND_TEST_WITH_PYTHON", false]], "amr_wind_tests::amrextest (c++ class)": [[4, "_CPPv4N14amr_wind_tests9AmrexTestE", false]], "amr_wind_tests::amrextestenv (c++ class)": [[4, "_CPPv4N14amr_wind_tests12AmrexTestEnvE", false]], "amr_wind_tests::amrtestmesh (c++ class)": [[4, "_CPPv4N14amr_wind_tests11AmrTestMeshE", false]], "amr_wind_tests::default_mesh_inputs (c++ function)": [[4, "_CPPv4N14amr_wind_tests19default_mesh_inputsEv", false]], "amr_wind_tests::default_time_inputs (c++ function)": [[4, "_CPPv4N14amr_wind_tests19default_time_inputsEv", false]], "amr_wind_tests::meshtest (c++ class)": [[4, "_CPPv4N14amr_wind_tests8MeshTestE", false]], "amr_wind_tests::meshtest::create_mesh_instance (c++ function)": [[4, "_CPPv4N14amr_wind_tests8MeshTest20create_mesh_instanceEv", false]], "amr_wind_tests::meshtest::initialize_mesh (c++ function)": [[4, "_CPPv4N14amr_wind_tests8MeshTest15initialize_meshEv", false]], "amr_wind_tests::meshtest::populate_parameters (c++ function)": [[4, "_CPPv4N14amr_wind_tests8MeshTest19populate_parametersEv", false]], "amr_wind_use_internal_amrex": [[10, "cmakeval-AMR_WIND_USE_INTERNAL_AMREX", false]], "averaging.averaging_start_time": [[16, "input_param-averaging.averaging_start_time", false]], "averaging.averaging_stop_time": [[16, "input_param-averaging.averaging_stop_time", false]], "averaging.averaging_window": [[16, "input_param-averaging.averaging_window", false]], "bodyforce.angular_frequency": [[21, "input_param-BodyForce.angular_frequency", false]], "bodyforce.bodyforce_file": [[21, "input_param-BodyForce.bodyforce_file", false]], "bodyforce.magnitude": [[21, "input_param-BodyForce.magnitude", false]], "bodyforce.type": [[21, "input_param-BodyForce.type", false]], "bodyforce.uniform_timetable_file": [[21, "input_param-BodyForce.uniform_timetable_file", false]], "boussinesqbuoyancy.reference_temperature": [[21, "input_param-BoussinesqBuoyancy.reference_temperature", false]], "boussinesqbuoyancy.thermal_expansion_coeff": [[21, "input_param-BoussinesqBuoyancy.thermal_expansion_coeff", false]], "cmake configuration": [[10, "cmakeval-AMR_WIND_ENABLE_ALL_WARNINGS", false], [10, "cmakeval-AMR_WIND_ENABLE_CUDA", false], [10, "cmakeval-AMR_WIND_ENABLE_FORTRAN", false], [10, "cmakeval-AMR_WIND_ENABLE_MASA", false], [10, "cmakeval-AMR_WIND_ENABLE_MPI", false], [10, "cmakeval-AMR_WIND_ENABLE_NETCDF", false], [10, "cmakeval-AMR_WIND_ENABLE_OPENMP", false], [10, "cmakeval-AMR_WIND_ENABLE_SYCL", false], [10, "cmakeval-AMR_WIND_ENABLE_TESTS", false], [10, "cmakeval-AMR_WIND_REFERENCE_GOLDS_DIRECTORY", false], [10, "cmakeval-AMR_WIND_SAVED_GOLDS_DIRECTORY", false], [10, "cmakeval-AMR_WIND_SAVE_GOLDS", false], [10, "cmakeval-AMR_WIND_TEST_WITH_FCOMPARE", false], [10, "cmakeval-AMR_WIND_TEST_WITH_PYTHON", false], [10, "cmakeval-AMR_WIND_USE_INTERNAL_AMREX", false], [10, "cmakeval-CMAKE_BUILD_TYPE", false], [10, "cmakeval-CMAKE_CXX_COMPILER", false], [10, "cmakeval-CMAKE_CXX_FLAGS", false], [10, "cmakeval-CMAKE_C_COMPILER", false], [10, "cmakeval-CMAKE_C_FLAGS", false], [10, "cmakeval-CMAKE_Fortran_COMPILER", false], [10, "cmakeval-CMAKE_Fortran_FLAGS", false], [10, "cmakeval-CMAKE_INSTALL_PREFIX", false]], "cmake_build_type": [[10, "cmakeval-CMAKE_BUILD_TYPE", false]], "cmake_c_compiler": [[10, "cmakeval-CMAKE_C_COMPILER", false]], "cmake_c_flags": [[10, "cmakeval-CMAKE_C_FLAGS", false]], "cmake_cxx_compiler": [[10, "cmakeval-CMAKE_CXX_COMPILER", false]], "cmake_cxx_flags": [[10, "cmakeval-CMAKE_CXX_FLAGS", false]], "cmake_fortran_compiler": [[10, "cmakeval-CMAKE_Fortran_COMPILER", false]], "cmake_fortran_flags": [[10, "cmakeval-CMAKE_Fortran_FLAGS", false]], "cmake_install_prefix": [[10, "cmakeval-CMAKE_INSTALL_PREFIX", false]], "coriolisforcing.east_vector": [[21, "input_param-CoriolisForcing.east_vector", false]], "coriolisforcing.latitude": [[21, "input_param-CoriolisForcing.latitude", false]], "coriolisforcing.north_vector": [[21, "input_param-CoriolisForcing.north_vector", false]], "coriolisforcing.rotational_time_period": [[21, "input_param-CoriolisForcing.rotational_time_period", false]], "diffusion.bottom_atol": [[20, "input_param-diffusion.bottom_atol", false]], "diffusion.bottom_maxiter": [[20, "input_param-diffusion.bottom_maxiter", false]], "diffusion.bottom_rtol": [[20, "input_param-diffusion.bottom_rtol", false]], "diffusion.bottom_solver": [[20, "input_param-diffusion.bottom_solver", false]], "diffusion.bottom_verbose": [[20, "input_param-diffusion.bottom_verbose", false]], "diffusion.do_fixed_iters": [[20, "input_param-diffusion.do_fixed_iters", false]], "diffusion.fmg_maxiter": [[20, "input_param-diffusion.fmg_maxiter", false]], "diffusion.hypre_interface": [[20, "input_param-diffusion.hypre_interface", false]], "diffusion.hypre_namespace": [[20, "input_param-diffusion.hypre_namespace", false]], "diffusion.max_coarsening_level": [[20, "input_param-diffusion.max_coarsening_level", false]], "diffusion.max_order": [[20, "input_param-diffusion.max_order", false]], "diffusion.maxiter": [[20, "input_param-diffusion.maxiter", false]], "diffusion.mg_atol": [[20, "input_param-diffusion.mg_atol", false]], "diffusion.mg_rtol": [[20, "input_param-diffusion.mg_rtol", false]], "diffusion.num_bottom_smooth": [[20, "input_param-diffusion.num_bottom_smooth", false]], "diffusion.num_final_smooth": [[20, "input_param-diffusion.num_final_smooth", false]], "diffusion.num_post_smooth": [[20, "input_param-diffusion.num_post_smooth", false]], "diffusion.num_pre_smooth": [[20, "input_param-diffusion.num_pre_smooth", false]], "diffusion.verbose": [[20, "input_param-diffusion.verbose", false]], "enst.output_frequency": [[18, "input_param-enst.output_frequency", false]], "enst.type": [[18, "input_param-enst.type", false]], "geometry.is_periodic": [[26, "input_param-geometry.is_periodic", false]], "geometry.mesh_mapping": [[26, "input_param-geometry.mesh_mapping", false]], "geometry.prob_hi": [[26, "input_param-geometry.prob_hi", false]], "geometry.prob_hi_physical": [[26, "input_param-geometry.prob_hi_physical", false]], "geometry.prob_lo": [[26, "input_param-geometry.prob_lo", false]], "geostrophicforcing.geostrophic_wind": [[21, "input_param-GeostrophicForcing.geostrophic_wind", false]], "geostrophicforcing.geostrophic_wind_timetable": [[21, "input_param-GeostrophicForcing.geostrophic_wind_timetable", false]], "icns.source_terms": [[21, "input_param-ICNS.source_terms", false]], "incflo.constant_density": [[27, "input_param-incflo.constant_density", false]], "incflo.density": [[27, "input_param-incflo.density", false]], "incflo.diffusion_type": [[27, "input_param-incflo.diffusion_type", false]], "incflo.do_initial_proj": [[27, "input_param-incflo.do_initial_proj", false]], "incflo.godunov_type": [[27, "input_param-incflo.godunov_type", false]], "incflo.godunov_use_forces_in_trans": [[27, "input_param-incflo.godunov_use_forces_in_trans", false]], "incflo.initial_iterations": [[27, "input_param-incflo.initial_iterations", false]], "incflo.physics": [[27, "input_param-incflo.physics", false]], "incflo.post_processing": [[27, "input_param-incflo.post_processing", false]], "incflo.use_godunov": [[27, "input_param-incflo.use_godunov", false]], "incflo.velocity": [[27, "input_param-incflo.velocity", false]], "incflo.verbose": [[27, "input_param-incflo.verbose", false]], "io.allow_missing_restart_fields": [[28, "input_param-io.allow_missing_restart_fields", false]], "io.check_file": [[28, "input_param-io.check_file", false]], "io.int_outputs": [[28, "input_param-io.int_outputs", false]], "io.output_default_variables": [[28, "input_param-io.output_default_variables", false]], "io.outputs": [[28, "input_param-io.outputs", false]], "io.plot_file": [[28, "input_param-io.plot_file", false]], "io.post_processing_directory": [[28, "input_param-io.post_processing_directory", false]], "io.restart_file": [[28, "input_param-io.restart_file", false]], "io.skip_outputs": [[28, "input_param-io.skip_outputs", false]], "ke.output_frequency": [[19, "input_param-ke.output_frequency", false]], "ke.type": [[19, "input_param-ke.type", false]], "oceanwaves.label": [[29, "input_param-OceanWaves.label", false]], "oceanwaves.label.fftw_planner_flag": [[29, "input_param-OceanWaves.label.fftw_planner_flag", false]], "oceanwaves.label.hos_init_time": [[29, "input_param-OceanWaves.label.HOS_init_time", false]], "oceanwaves.label.hos_init_timestep": [[29, "input_param-OceanWaves.label.HOS_init_timestep", false]], "oceanwaves.label.hos_modes_filename": [[29, "input_param-OceanWaves.label.HOS_modes_filename", false]], "oceanwaves.label.initialize_wave_field": [[29, "input_param-OceanWaves.label.initialize_wave_field", false]], "oceanwaves.label.interp_spacing_at_surface": [[29, "input_param-OceanWaves.label.interp_spacing_at_surface", false]], "oceanwaves.label.number_interp_above_surface": [[29, "input_param-OceanWaves.label.number_interp_above_surface", false]], "oceanwaves.label.number_interp_points_in_z": [[29, "input_param-OceanWaves.label.number_interp_points_in_z", false]], "oceanwaves.label.numerical_beach_length": [[29, "input_param-OceanWaves.label.numerical_beach_length", false]], "oceanwaves.label.numerical_beach_length_factor": [[29, "input_param-OceanWaves.label.numerical_beach_length_factor", false]], "oceanwaves.label.order": [[29, "input_param-OceanWaves.label.order", false]], "oceanwaves.label.relax_zone_gen_length": [[29, "input_param-OceanWaves.label.relax_zone_gen_length", false]], "oceanwaves.label.relax_zone_out_length": [[29, "input_param-OceanWaves.label.relax_zone_out_length", false]], "oceanwaves.label.stokes_wavelength_iter_max": [[29, "input_param-OceanWaves.label.stokes_wavelength_iter_max", false]], "oceanwaves.label.stokes_wavelength_order": [[29, "input_param-OceanWaves.label.stokes_wavelength_order", false]], "oceanwaves.label.stokes_wavelength_tolerance": [[29, "input_param-OceanWaves.label.stokes_wavelength_tolerance", false]], "oceanwaves.label.timeramp_period": [[29, "input_param-OceanWaves.label.timeramp_period", false]], "oceanwaves.label.type": [[29, "input_param-OceanWaves.label.type", false]], "oceanwaves.label.water_depth": [[29, "input_param-OceanWaves.label.water_depth", false]], "oceanwaves.label.wave_height": [[29, "input_param-OceanWaves.label.wave_height", false]], "oceanwaves.label.wave_length": [[29, "input_param-OceanWaves.label.wave_length", false]], "oceanwaves.label.wave_period": [[29, "input_param-OceanWaves.label.wave_period", false]], "oceanwaves.label.zero_sea_level": [[29, "input_param-OceanWaves.label.zero_sea_level", false]], "sampling.derived_fields": [[22, "input_param-sampling.derived_fields", false]], "sampling.fields": [[22, "input_param-sampling.fields", false]], "sampling.int_fields": [[22, "input_param-sampling.int_fields", false]], "sampling.labels": [[22, "input_param-sampling.labels", false]], "sampling.output_delay": [[22, "input_param-sampling.output_delay", false]], "sampling.output_format": [[22, "input_param-sampling.output_format", false]], "sampling.output_frequency": [[22, "input_param-sampling.output_frequency", false]], "smagorinsky_coeffs.cs": [[32, "input_param-Smagorinsky_coeffs.Cs", false]], "synthturb.gauss_smearing_factor": [[24, "input_param-SynthTurb.gauss_smearing_factor", false]], "synthturb.grid_location": [[24, "input_param-SynthTurb.grid_location", false]], "synthturb.mean_wind_type": [[24, "input_param-SynthTurb.mean_wind_type", false]], "synthturb.shear_exponent": [[24, "input_param-SynthTurb.shear_exponent", false]], "synthturb.time_offset": [[24, "input_param-SynthTurb.time_offset", false]], "synthturb.turbulence_file": [[24, "input_param-SynthTurb.turbulence_file", false]], "synthturb.umax": [[24, "input_param-SynthTurb.umax", false]], "synthturb.umin": [[24, "input_param-SynthTurb.umin", false]], "synthturb.uref": [[24, "input_param-SynthTurb.uref", false]], "synthturb.wind_direction": [[24, "input_param-SynthTurb.wind_direction", false]], "synthturb.zoffset": [[24, "input_param-SynthTurb.zoffset", false]], "synthturb.zref": [[24, "input_param-SynthTurb.zref", false]], "tagging.cartboxrefinement.static_refinement_def": [[14, "input_param-tagging.CartBoxRefinement.static_refinement_def", false]], "tagging.fieldrefinement.field_error": [[14, "input_param-tagging.FieldRefinement.field_error", false]], "tagging.fieldrefinement.field_name": [[14, "input_param-tagging.FieldRefinement.field_name", false]], "tagging.fieldrefinement.grad_error": [[14, "input_param-tagging.FieldRefinement.grad_error", false]], "tagging.geoemtryrefinement.level": [[14, "input_param-tagging.GeoemtryRefinement.level", false]], "tagging.geometryrefinement.max_level": [[14, "input_param-tagging.GeometryRefinement.max_level", false]], "tagging.geometryrefinement.min_level": [[14, "input_param-tagging.GeometryRefinement.min_level", false]], "tagging.geometryrefinement.shapes": [[14, "input_param-tagging.GeometryRefinement.shapes", false]], "tagging.labels": [[14, "input_param-tagging.labels", false]], "tagging.qcriterionrefinement.nondim": [[14, "input_param-tagging.QCriterionRefinement.nondim", false]], "tagging.qcriterionrefinement.values": [[14, "input_param-tagging.QCriterionRefinement.values", false]], "tagging.static_refinement": [[23, "input_param-tagging.static_refinement", false]], "tagging.static_refinement_def": [[23, "input_param-tagging.static_refinement_def", false]], "time.cfl": [[30, "input_param-time.cfl", false]], "time.checkpoint_delay": [[30, "input_param-time.checkpoint_delay", false]], "time.checkpoint_interval": [[30, "input_param-time.checkpoint_interval", false]], "time.checkpoint_start": [[30, "input_param-time.checkpoint_start", false]], "time.checkpoint_time_delay": [[30, "input_param-time.checkpoint_time_delay", false]], "time.checkpoint_time_interval": [[30, "input_param-time.checkpoint_time_interval", false]], "time.checkpoint_time_interval_reltol": [[30, "input_param-time.checkpoint_time_interval_reltol", false]], "time.enforce_checkpoint_dt_reltol": [[30, "input_param-time.enforce_checkpoint_dt_reltol", false]], "time.enforce_checkpoint_time_dt": [[30, "input_param-time.enforce_checkpoint_time_dt", false]], "time.enforce_plot_dt_reltol": [[30, "input_param-time.enforce_plot_dt_reltol", false]], "time.enforce_plot_time_dt": [[30, "input_param-time.enforce_plot_time_dt", false]], "time.fixed_dt": [[30, "input_param-time.fixed_dt", false]], "time.init_shrink": [[30, "input_param-time.init_shrink", false]], "time.initial_dt": [[30, "input_param-time.initial_dt", false]], "time.max_dt_growth": [[30, "input_param-time.max_dt_growth", false]], "time.max_step": [[30, "input_param-time.max_step", false]], "time.plot_delay": [[30, "input_param-time.plot_delay", false]], "time.plot_interval": [[30, "input_param-time.plot_interval", false]], "time.plot_start": [[30, "input_param-time.plot_start", false]], "time.plot_time_delay": [[30, "input_param-time.plot_time_delay", false]], "time.plot_time_interval": [[30, "input_param-time.plot_time_interval", false]], "time.plot_time_interval_reltol": [[30, "input_param-time.plot_time_interval_reltol", false]], "time.regrid_interval": [[30, "input_param-time.regrid_interval", false]], "time.regrid_start": [[30, "input_param-time.regrid_start", false]], "time.stop_time": [[30, "input_param-time.stop_time", false]], "time.use_force_cfl": [[30, "input_param-time.use_force_cfl", false]], "transport.laminar_prandtl": [[31, "input_param-transport.laminar_prandtl", false]], "transport.model": [[31, "input_param-transport.model", false]], "transport.turbulent_prandtl": [[31, "input_param-transport.turbulent_prandtl", false]], "transport.viscosity": [[31, "input_param-transport.viscosity", false]], "turbulence.model": [[32, "input_param-turbulence.model", false]], "xlo.temperature (or ylo.temperature, etc)": [[17, "input_param-xlo.temperature-or-ylo.temperature-etc", false]], "xlo.type (or ylo.type, zlo.type, xhi.type, yhi.type, zhi.type)": [[17, "input_param-xlo.type-or-ylo.type-zlo.type-xhi.type-yhi.type-zhi.type", false]]}, "objects": {"": [[4, 0, 1, "_CPPv4N14amr_wind_tests11AmrTestMeshE", "amr_wind_tests::AmrTestMesh"], [4, 0, 1, "_CPPv4N14amr_wind_tests9AmrexTestE", "amr_wind_tests::AmrexTest"], [4, 0, 1, "_CPPv4N14amr_wind_tests12AmrexTestEnvE", "amr_wind_tests::AmrexTestEnv"], [4, 0, 1, "_CPPv4N14amr_wind_tests8MeshTestE", "amr_wind_tests::MeshTest"], [4, 1, 1, "_CPPv4N14amr_wind_tests8MeshTest20create_mesh_instanceEv", "amr_wind_tests::MeshTest::create_mesh_instance"], [4, 1, 1, "_CPPv4N14amr_wind_tests8MeshTest15initialize_meshEv", "amr_wind_tests::MeshTest::initialize_mesh"], [4, 1, 1, "_CPPv4N14amr_wind_tests8MeshTest19populate_parametersEv", "amr_wind_tests::MeshTest::populate_parameters"], [4, 1, 1, "_CPPv4N14amr_wind_tests19default_mesh_inputsEv", "amr_wind_tests::default_mesh_inputs"], [4, 1, 1, "_CPPv4N14amr_wind_tests19default_time_inputsEv", "amr_wind_tests::default_time_inputs"], [10, 3, 1, "-", "AMR_WIND_ENABLE_ALL_WARNINGS"], [10, 3, 1, "-", "AMR_WIND_ENABLE_CUDA"], [10, 3, 1, "-", "AMR_WIND_ENABLE_FORTRAN"], [10, 3, 1, "-", "AMR_WIND_ENABLE_MASA"], [10, 3, 1, "-", "AMR_WIND_ENABLE_MPI"], [10, 3, 1, "-", "AMR_WIND_ENABLE_NETCDF"], [10, 3, 1, "-", "AMR_WIND_ENABLE_OPENMP"], [10, 3, 1, "-", "AMR_WIND_ENABLE_SYCL"], [10, 3, 1, "-", "AMR_WIND_ENABLE_TESTS"], [10, 3, 1, "-", "AMR_WIND_REFERENCE_GOLDS_DIRECTORY"], [10, 3, 1, "-", "AMR_WIND_SAVED_GOLDS_DIRECTORY"], [10, 3, 1, "-", "AMR_WIND_SAVE_GOLDS"], [10, 3, 1, "-", "AMR_WIND_TEST_WITH_FCOMPARE"], [10, 3, 1, "-", "AMR_WIND_TEST_WITH_PYTHON"], [10, 3, 1, "-", "AMR_WIND_USE_INTERNAL_AMREX"], [10, 3, 1, "-", "CMAKE_BUILD_TYPE"], [10, 3, 1, "-", "CMAKE_CXX_COMPILER"], [10, 3, 1, "-", "CMAKE_CXX_FLAGS"], [10, 3, 1, "-", "CMAKE_C_COMPILER"], [10, 3, 1, "-", "CMAKE_C_FLAGS"], [10, 3, 1, "-", "CMAKE_Fortran_COMPILER"], [10, 3, 1, "-", "CMAKE_Fortran_FLAGS"], [10, 3, 1, "-", "CMAKE_INSTALL_PREFIX"]], "ABL": [[12, 2, 1, "-", "Uperiods"], [12, 2, 1, "-", "Vperiods"], [12, 2, 1, "-", "anelastic"], [12, 2, 1, "-", "bndry_file"], [12, 2, 1, "-", "bndry_io_mode"], [12, 2, 1, "-", "bndry_output_start_time"], [12, 2, 1, "-", "bndry_planes"], [12, 2, 1, "-", "bndry_var_names"], [12, 2, 1, "-", "bottom_reference_pressure"], [12, 2, 1, "-", "cutoff_height"], [12, 2, 1, "-", "deltaU"], [12, 2, 1, "-", "deltaV"], [12, 2, 1, "-", "initial_condition_input_file"], [12, 2, 1, "-", "kappa"], [12, 2, 1, "-", "log_law_height"], [13, 2, 1, "-", "mesoscale_forcing"], [12, 2, 1, "-", "normal_direction"], [12, 2, 1, "-", "pertub_ref_height"], [12, 2, 1, "-", "perturb_temperature"], [12, 2, 1, "-", "perturb_velocity"], [12, 2, 1, "-", "random_gauss_mean"], [12, 2, 1, "-", "random_gauss_var"], [12, 2, 1, "-", "surface_roughness_z0"], [12, 2, 1, "-", "temperature_heights"], [12, 2, 1, "-", "temperature_values"], [13, 2, 1, "-", "tendency_forcing"], [12, 2, 1, "-", "theta_amplitude"], [12, 2, 1, "-", "wall_shear_stress_type"]], "ABLForcing": [[21, 2, 1, "-", "abl_forcing_height"], [21, 2, 1, "-", "forcing_timetable_frequency"], [21, 2, 1, "-", "forcing_timetable_output_file"], [21, 2, 1, "-", "forcing_timetable_start_time"], [21, 2, 1, "-", "velocity_timetable"]], "ABLMesoForcing*": [[13, 2, 1, "input_param-ABLMesoForcing-.constant_transition_height", "constant_transition_height"], [13, 2, 1, "input_param-ABLMesoForcing-.control_gain", "control_gain"], [13, 2, 1, "input_param-ABLMesoForcing-.forcing_scheme", "forcing_scheme"], [13, 2, 1, "input_param-ABLMesoForcing-.forcing_transition", "forcing_transition"], [13, 2, 1, "input_param-ABLMesoForcing-.normalize_by_zmax", "normalize_by_zmax"], [13, 2, 1, "input_param-ABLMesoForcing-.transition_thickness", "transition_thickness"], [13, 2, 1, "input_param-ABLMesoForcing-.weighting_heights", "weighting_heights"], [13, 2, 1, "input_param-ABLMesoForcing-.weighting_values", "weighting_values"]], "Actuator": [[15, 2, 1, "-", "labels"], [15, 2, 1, "-", "type"]], "Actuator.F1": [[15, 2, 1, "-", "end"], [15, 2, 1, "-", "output_frequency"], [15, 2, 1, "-", "start"]], "Actuator.FixedWingLine": [[15, 2, 1, "-", "active_force_dirs"], [15, 2, 1, "-", "airfoil_table"], [15, 2, 1, "-", "airfoil_type"], [15, 2, 1, "-", "chord"], [15, 2, 1, "-", "disable_spanwise_gaussian"], [15, 2, 1, "-", "epsilon"], [15, 2, 1, "-", "epsilon_chord"], [15, 2, 1, "-", "fllc"], [15, 2, 1, "-", "fllc_epsilon_dr_ratio"], [15, 2, 1, "-", "fllc_nonuniform"], [15, 2, 1, "-", "fllc_relaxation_factor"], [15, 2, 1, "-", "fllc_start_time"], [15, 2, 1, "-", "fllc_type"], [15, 2, 1, "-", "motion_type"], [15, 2, 1, "-", "normalize_spanwise"], [15, 2, 1, "-", "num_points"], [15, 2, 1, "-", "pitch"], [15, 2, 1, "-", "pitch_timetable"], [15, 2, 1, "-", "prescribed_uinf"], [15, 2, 1, "-", "sine_period"], [15, 2, 1, "-", "sine_vector"], [15, 2, 1, "-", "span_locs"], [15, 2, 1, "-", "velocity"]], "Actuator.TurbineFastLine": [[15, 2, 1, "-", "density"], [15, 2, 1, "-", "epsilon"], [15, 2, 1, "-", "epsilon_chord"], [15, 2, 1, "-", "fllc"], [15, 2, 1, "-", "fllc_relaxation_factor"], [15, 2, 1, "-", "fllc_type"], [15, 2, 1, "-", "hub_height"], [15, 2, 1, "-", "nacelle_area"], [15, 2, 1, "-", "nacelle_drag_coeff"], [15, 2, 1, "-", "num_points_blade"], [15, 2, 1, "-", "num_points_tower"], [15, 2, 1, "-", "openfast_start_time"], [15, 2, 1, "-", "openfast_stop_time"], [15, 2, 1, "-", "output_frequency"], [15, 2, 1, "-", "rotor_diameter"]], "Actuator.WTG01": [[15, 2, 1, "-", "openfast_input_file"]], "ActuatorSourceTagging": [[15, 2, 1, "-", "actuator_source_threshold"]], "BodyForce": [[21, 2, 1, "-", "angular_frequency"], [21, 2, 1, "-", "bodyforce_file"], [21, 2, 1, "-", "magnitude"], [21, 2, 1, "-", "type"], [21, 2, 1, "-", "uniform_timetable_file"]], "BoussinesqBuoyancy": [[21, 2, 1, "-", "reference_temperature"], [21, 2, 1, "-", "thermal_expansion_coeff"]], "CoriolisForcing": [[21, 2, 1, "-", "east_vector"], [21, 2, 1, "-", "latitude"], [21, 2, 1, "-", "north_vector"], [21, 2, 1, "-", "rotational_time_period"]], "GeostrophicForcing": [[21, 2, 1, "-", "geostrophic_wind"], [21, 2, 1, "-", "geostrophic_wind_timetable"]], "ICNS": [[21, 2, 1, "-", "source_terms"]], "OceanWaves": [[29, 2, 1, "-", "label"]], "OceanWaves.label": [[29, 2, 1, "-", "HOS_init_time"], [29, 2, 1, "-", "HOS_init_timestep"], [29, 2, 1, "-", "HOS_modes_filename"], [29, 2, 1, "-", "fftw_planner_flag"], [29, 2, 1, "-", "initialize_wave_field"], [29, 2, 1, "-", "interp_spacing_at_surface"], [29, 2, 1, "-", "number_interp_above_surface"], [29, 2, 1, "-", "number_interp_points_in_z"], [29, 2, 1, "-", "numerical_beach_length"], [29, 2, 1, "-", "numerical_beach_length_factor"], [29, 2, 1, "-", "order"], [29, 2, 1, "-", "relax_zone_gen_length"], [29, 2, 1, "-", "relax_zone_out_length"], [29, 2, 1, "-", "stokes_wavelength_iter_max"], [29, 2, 1, "-", "stokes_wavelength_order"], [29, 2, 1, "-", "stokes_wavelength_tolerance"], [29, 2, 1, "-", "timeramp_period"], [29, 2, 1, "-", "type"], [29, 2, 1, "-", "water_depth"], [29, 2, 1, "-", "wave_height"], [29, 2, 1, "-", "wave_length"], [29, 2, 1, "-", "wave_period"], [29, 2, 1, "-", "zero_sea_level"]], "Smagorinsky_coeffs": [[32, 2, 1, "-", "Cs"]], "SynthTurb": [[24, 2, 1, "-", "gauss_smearing_factor"], [24, 2, 1, "-", "grid_location"], [24, 2, 1, "-", "mean_wind_type"], [24, 2, 1, "-", "shear_exponent"], [24, 2, 1, "-", "time_offset"], [24, 2, 1, "-", "turbulence_file"], [24, 2, 1, "-", "umax"], [24, 2, 1, "-", "umin"], [24, 2, 1, "-", "uref"], [24, 2, 1, "-", "wind_direction"], [24, 2, 1, "-", "zoffset"], [24, 2, 1, "-", "zref"]], "amr": [[25, 2, 1, "-", "blocking_factor"], [25, 2, 1, "-", "max_grid_size"], [25, 2, 1, "-", "max_level"], [25, 2, 1, "-", "n_cell"]], "averaging": [[16, 2, 1, "-", "averaging_start_time"], [16, 2, 1, "-", "averaging_stop_time"], [16, 2, 1, "-", "averaging_window"]], "diffusion": [[20, 2, 1, "-", "bottom_atol"], [20, 2, 1, "-", "bottom_maxiter"], [20, 2, 1, "-", "bottom_rtol"], [20, 2, 1, "-", "bottom_solver"], [20, 2, 1, "-", "bottom_verbose"], [20, 2, 1, "-", "do_fixed_iters"], [20, 2, 1, "-", "fmg_maxiter"], [20, 2, 1, "-", "hypre_interface"], [20, 2, 1, "-", "hypre_namespace"], [20, 2, 1, "-", "max_coarsening_level"], [20, 2, 1, "-", "max_order"], [20, 2, 1, "-", "maxiter"], [20, 2, 1, "-", "mg_atol"], [20, 2, 1, "-", "mg_rtol"], [20, 2, 1, "-", "num_bottom_smooth"], [20, 2, 1, "-", "num_final_smooth"], [20, 2, 1, "-", "num_post_smooth"], [20, 2, 1, "-", "num_pre_smooth"], [20, 2, 1, "-", "verbose"]], "enst": [[18, 2, 1, "-", "output_frequency"], [18, 2, 1, "-", "type"]], "geometry": [[26, 2, 1, "-", "is_periodic"], [26, 2, 1, "-", "mesh_mapping"], [26, 2, 1, "-", "prob_hi"], [26, 2, 1, "-", "prob_hi_physical"], [26, 2, 1, "-", "prob_lo"]], "incflo": [[27, 2, 1, "-", "constant_density"], [27, 2, 1, "-", "density"], [27, 2, 1, "-", "diffusion_type"], [27, 2, 1, "-", "do_initial_proj"], [27, 2, 1, "-", "godunov_type"], [27, 2, 1, "-", "godunov_use_forces_in_trans"], [27, 2, 1, "-", "initial_iterations"], [27, 2, 1, "-", "physics"], [27, 2, 1, "-", "post_processing"], [27, 2, 1, "-", "use_godunov"], [27, 2, 1, "-", "velocity"], [27, 2, 1, "-", "verbose"]], "io": [[28, 2, 1, "-", "allow_missing_restart_fields"], [28, 2, 1, "-", "check_file"], [28, 2, 1, "-", "int_outputs"], [28, 2, 1, "-", "output_default_variables"], [28, 2, 1, "-", "outputs"], [28, 2, 1, "-", "plot_file"], [28, 2, 1, "-", "post_processing_directory"], [28, 2, 1, "-", "restart_file"], [28, 2, 1, "-", "skip_outputs"]], "ke": [[19, 2, 1, "-", "output_frequency"], [19, 2, 1, "-", "type"]], "sampling": [[22, 2, 1, "-", "derived_fields"], [22, 2, 1, "-", "fields"], [22, 2, 1, "-", "int_fields"], [22, 2, 1, "-", "labels"], [22, 2, 1, "-", "output_delay"], [22, 2, 1, "-", "output_format"], [22, 2, 1, "-", "output_frequency"]], "tagging": [[14, 2, 1, "-", "labels"], [23, 2, 1, "-", "static_refinement"], [23, 2, 1, "-", "static_refinement_def"]], "tagging.CartBoxRefinement": [[14, 2, 1, "-", "static_refinement_def"]], "tagging.FieldRefinement": [[14, 2, 1, "-", "field_error"], [14, 2, 1, "-", "field_name"], [14, 2, 1, "-", "grad_error"]], "tagging.GeoemtryRefinement": [[14, 2, 1, "-", "level"]], "tagging.GeometryRefinement": [[14, 2, 1, "-", "max_level"], [14, 2, 1, "-", "min_level"], [14, 2, 1, "-", "shapes"]], "tagging.QCriterionRefinement": [[14, 2, 1, "-", "nondim"], [14, 2, 1, "-", "values"]], "time": [[30, 2, 1, "-", "cfl"], [30, 2, 1, "-", "checkpoint_delay"], [30, 2, 1, "-", "checkpoint_interval"], [30, 2, 1, "-", "checkpoint_start"], [30, 2, 1, "-", "checkpoint_time_delay"], [30, 2, 1, "-", "checkpoint_time_interval"], [30, 2, 1, "-", "checkpoint_time_interval_reltol"], [30, 2, 1, "-", "enforce_checkpoint_dt_reltol"], [30, 2, 1, "-", "enforce_checkpoint_time_dt"], [30, 2, 1, "-", "enforce_plot_dt_reltol"], [30, 2, 1, "-", "enforce_plot_time_dt"], [30, 2, 1, "-", "fixed_dt"], [30, 2, 1, "-", "init_shrink"], [30, 2, 1, "-", "initial_dt"], [30, 2, 1, "-", "max_dt_growth"], [30, 2, 1, "-", "max_step"], [30, 2, 1, "-", "plot_delay"], [30, 2, 1, "-", "plot_interval"], [30, 2, 1, "-", "plot_start"], [30, 2, 1, "-", "plot_time_delay"], [30, 2, 1, "-", "plot_time_interval"], [30, 2, 1, "-", "plot_time_interval_reltol"], [30, 2, 1, "-", "regrid_interval"], [30, 2, 1, "-", "regrid_start"], [30, 2, 1, "-", "stop_time"], [30, 2, 1, "-", "use_force_cfl"]], "transport": [[31, 2, 1, "-", "laminar_prandtl"], [31, 2, 1, "-", "model"], [31, 2, 1, "-", "turbulent_prandtl"], [31, 2, 1, "-", "viscosity"]], "turbulence": [[32, 2, 1, "-", "model"]], "xlo.temperature (or ylo": [[17, 2, 1, "input_param-xlo.temperature-or-ylo.temperature-etc", "temperature, etc)"]], "xlo.type (or ylo.type, zlo.type, xhi.type, yhi.type, zhi": [[17, 2, 1, "input_param-xlo.type-or-ylo.type-zlo.type-xhi.type-yhi.type-zhi.type", "type)"]]}, "objnames": {"0": ["cpp", "class", "C++ class"], "1": ["cpp", "function", "C++ function"], "2": ["std", "input_param", "AMR-Wind input parameter"], "3": ["std", "cmakeval", "CMake configuration value"]}, "objtypes": {"0": "cpp:class", "1": "cpp:function", "2": "std:input_param", "3": "std:cmakeval"}, "terms": {"": [0, 4, 5, 7, 8, 12, 13, 17, 21], "0": [3, 4, 5, 7, 8, 9, 11, 12, 13, 14, 15, 16, 17, 20, 21, 22, 24, 25, 26, 27, 29, 30, 31, 32, 36], "0001047506059": 3, "0001370997978": 3, "0001544075933": 3, "0001684407299": 3, "0001801671463": 3, "0009397088188": 3, "0009695495942": 3, "002168282324": 3, "003": 11, "003333333333": 11, "003794860517": 3, "003916799182": 3, "003969": 5, "00408613285": 3, "005": 11, "01": 11, "01325e5": 12, "0191": 15, "05": 3, "0e": [4, 11, 20, 31], "1": [3, 4, 5, 7, 8, 9, 11, 12, 13, 14, 15, 17, 20, 21, 22, 26, 27, 29, 30, 31, 33, 36], "10": [4, 8, 10, 11, 14, 15, 16, 18, 19, 22, 27, 29, 30, 36], "100": [5, 11, 14, 20, 22], "1000": [8, 11, 30], "10000": 11, "1001": 30, "100th": 22, "1010": 30, "1061": 29, "11": 20, "12": [3, 4, 11, 15], "1208744082833": 5, "126": 15, "128": 11, "1280": 11, "135": 32, "14": [10, 20], "148686593e": 3, "15": [3, 5], "150": [11, 14], "15000100": 3, "155552515e": 3, "16": [4, 5, 36], "169": 5, "180": 5, "192": 11, "1966": 5, "1985": 29, "1995": 11, "1997": 8, "1998": 8, "1e": [29, 30, 36], "2": [4, 5, 7, 8, 9, 11, 12, 13, 14, 15, 20, 22, 24, 27, 29, 36], "20": [9, 11, 14, 22, 34], "200": [5, 11, 20], "2000": 11, "20000": 11, "201": 5, "2010": 8, "2019": [10, 15, 29], "2020": 8, "2021": 8, "2022": 15, "2023": 8, "21": [15, 22, 27], "210": [22, 27], "225": [11, 15], "2449": 5, "25": [4, 15], "250": [14, 22, 27], "27": 8, "270": 24, "275": 14, "281985": 29, "28216": 29, "288": 11, "28asc": 29, "29": 29, "290": 11, "290733": 29, "29111": 29, "296": 11, "2d": [2, 15], "2s_": 8, "2u": 8, "3": [3, 4, 5, 8, 9, 11, 15, 21, 22, 25, 26, 27, 30, 34, 36], "30": [14, 22, 36], "300": [11, 14, 17, 36], "32": [4, 5, 25], "3250": 5, "333": 11, "350": 14, "36": 8, "38": 3, "38115": 5, "39": 9, "3a2": 29, "3d": 22, "4": [3, 4, 5, 9, 11, 12, 15, 20, 22, 29], "40": 29, "41": [11, 12], "41421356237": 4, "4399999999982": 5, "45": [4, 22], "450": 14, "4603806001": 5, "48": 9, "49": 5, "5": [3, 4, 8, 9, 11, 15, 17, 21, 22, 27, 29, 30, 31, 34, 36], "50": [11, 12, 14], "500": [11, 14, 22, 27], "512": 11, "5120": 11, "5210": 11, "5322727144609587": 5, "5576738677495996": 5, "56": 9, "56256": 15, "5646234542509774": 5, "5664029656909406": 5, "5733178848386": 5, "591615728e": 3, "5e": 5, "5in": 7, "6": [3, 9, 11], "60": 14, "600": 14, "605551": 5, "63299783004268": 5, "64": [5, 15], "7": [3, 8, 9, 11], "73": 3, "750": 14, "76": 3, "76743991355": 5, "8": [3, 5, 8, 9, 12, 20, 21, 25, 29, 30, 36], "811": 5, "837947396e": 3, "86400": [11, 21], "89": 15, "9": [3, 17, 36], "90": [3, 11, 15, 22], "90632344067848": 5, "947263951e": 3, "95": 11, "950x": 29, "95839999999998": 5, "96": 9, "960": 8, "A": [3, 4, 5, 7, 10, 11, 13, 14, 15, 24, 27, 35], "And": 4, "As": [0, 1, 6, 7, 9, 29], "At": [3, 5, 13, 36], "Be": 5, "By": [4, 8, 15, 29], "For": [3, 4, 5, 6, 7, 8, 9, 10, 11, 14, 15, 17, 18, 19, 20, 22, 27, 29, 30, 36], "If": [0, 5, 8, 10, 11, 12, 13, 14, 15, 17, 20, 21, 22, 27, 28, 29, 30], "In": [1, 3, 4, 7, 8, 9, 11, 13, 15, 17, 27, 30], "It": [4, 9, 10, 15, 17, 20], "No": 0, "ON": [3, 5, 10], "One": 0, "That": 4, "The": [0, 1, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 24, 25, 26, 28, 29, 30, 33, 35, 36], "Then": [8, 22], "There": [0, 8, 15, 20, 25], "These": [3, 4, 5, 8, 15, 17, 21, 28, 30, 34, 36], "To": [1, 3, 4, 5, 8, 11, 13, 14, 18, 19, 34, 36], "With": 13, "_": [8, 9], "_0": [5, 14], "_1": [5, 14], "_2": 14, "_3": 14, "_4": 14, "_5": 14, "_6": 14, "_7": 14, "__init__": 36, "_f": 8, "_i": [5, 8], "_j": 8, "_k": 8, "_m": 8, "_mean": 16, "_netcdf4": 9, "_point": 36, "_t": 7, "_velocityi": 36, "_velocityx": 36, "_velocityz": 36, "a_z": 5, "abbrevi": 29, "abil": 6, "abl": [3, 4, 6, 11, 13, 17, 21, 27, 34, 37], "abl_forc": 4, "abl_forcing_height": [11, 21], "abl_godnov": 3, "abl_godunov": 3, "ablforc": [11, 21], "ablmesoforc": [8, 11], "ablmesoforcingmom": 13, "ablmesoforcingtemp": 13, "abltest": 4, "abort": [20, 28], "abov": [1, 3, 4, 7, 12, 13, 15, 17, 27, 29, 34], "absenc": 29, "absolut": [3, 14, 20, 36], "absorb": 29, "abstract": 8, "access": [1, 4, 9, 17, 36], "accompani": 0, "accord": [15, 22], "account": [0, 15], "accur": 29, "accuraci": [5, 15, 27], "achiev": 29, "across": [8, 15, 17], "act": [8, 14], "action": [4, 16, 22, 27], "activ": [0, 3, 6, 11, 12, 14, 15, 17, 21, 27, 28, 29, 30], "active_force_dir": 15, "actual": [8, 22, 36], "actuat": [6, 11, 27, 34], "actuator_source_threshold": 15, "actuatorforc": 15, "actuatorsourcetag": 11, "ad": [3, 8, 9, 12, 15], "adapt": [4, 5, 6, 7, 14, 15, 25, 30], "add": [3, 4, 5, 8, 12, 16, 28], "add_test_r": 3, "addarr": 4, "addit": [3, 4, 8, 10, 11, 15, 17, 27, 30, 34, 35], "address": [1, 28, 30], "adivs": 13, "adjust": 9, "advanc": [4, 20, 30], "advantag": 27, "advect": [8, 17, 27], "ae": 5, "aerodynam": 15, "affect": [15, 28], "after": [0, 4, 5, 7, 20, 29], "again": [3, 9], "against": [2, 10], "air": [6, 8, 11], "airfoil": 15, "airfoil_t": 15, "airfoil_typ": 15, "al": [8, 15], "algorithm": [4, 11, 29, 30], "align": [5, 7, 8, 14, 23], "all": [0, 3, 4, 9, 11, 15, 21, 22, 27, 29], "allaert": 8, "allow": [0, 1, 3, 4, 8, 13, 14, 15, 20, 22, 28, 30], "allow_missing_restart_field": 28, "almgren": 8, "almost": [0, 4], "along": [3, 8, 11, 14, 15, 17], "alongsid": 1, "also": [0, 1, 3, 4, 5, 8, 9, 10, 11, 15, 16, 20, 21, 22, 25, 29, 30, 36], "although": 7, "alwai": [0, 3, 29], "among": [5, 29], "amount": 27, "amplitud": [12, 29], "amr": [0, 1, 2, 3, 7, 8, 16, 17, 20, 21, 22, 27, 28, 29, 30, 33, 35, 36, 37], "amr_wind": [0, 3, 4, 10, 11, 34], "amr_wind_enable_all_warn": 10, "amr_wind_enable_cuda": 10, "amr_wind_enable_fortran": 10, "amr_wind_enable_masa": 10, "amr_wind_enable_mpi": 10, "amr_wind_enable_netcdf": 10, "amr_wind_enable_openmp": 10, "amr_wind_enable_sycl": 10, "amr_wind_enable_test": [3, 10], "amr_wind_path": 36, "amr_wind_reference_golds_directori": [3, 10], "amr_wind_save_gold": [3, 10], "amr_wind_saved_golds_directori": [3, 10], "amr_wind_test": [0, 4], "amr_wind_test_with_fcompar": [3, 10], "amr_wind_test_with_python": 10, "amr_wind_unit_test": 4, "amr_wind_use_internal_amrex": 10, "amrcor": [0, 4, 25], "amrex": [0, 3, 4, 6, 7, 10, 11, 20, 22, 25, 35], "amrex_amrcor": 0, "amrex_dir": 10, "amrex_particl": 36, "amrexparticlefil": 36, "amrextest": 4, "amrextestenv": 4, "amrmesh": 4, "amrtestmesh": 4, "an": [0, 1, 3, 4, 5, 6, 8, 10, 11, 13, 14, 15, 17, 21, 27, 29, 34, 36, 37], "anaconda": 1, "analog": 7, "analysi": 8, "analyt": [5, 29], "anelast": 12, "angl": [5, 15, 22], "angular": 21, "angular_frequ": 21, "ani": [0, 3, 4, 7, 11, 16, 21, 34], "anisotrop": 8, "annot": 1, "annulu": 14, "anonym": 4, "anoth": [6, 22], "anymor": 20, "api": 1, "append": [28, 36], "appleclang": 3, "appli": [0, 5, 8, 13, 15, 20, 21, 29, 30, 36], "applic": [4, 6, 8, 17], "approach": [7, 8, 13, 17, 27, 29], "appropri": [0, 3, 4, 17], "approxim": [8, 13], "ar": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 17, 20, 21, 22, 24, 25, 27, 28, 29, 30, 33, 34, 35, 36], "arbitrari": [5, 11], "architectur": [0, 5, 29], "area": 15, "arg": 36, "argsort": 36, "argument": [3, 4, 8, 11, 15, 21, 27, 28, 29, 34], "around": [11, 14, 29], "arr": 9, "arrai": [13, 15, 22, 36], "arrang": 3, "arriv": 5, "art": 6, "ascelibrari": 29, "ascii": [22, 33, 35], "aspect": [4, 9, 15], "assert": 2, "assign": 9, "assimil": [8, 11], "assist": 3, "associ": [4, 9, 13], "assum": [5, 7, 8, 12, 15], "assur": 0, "ast": 8, "atmospher": [6, 8, 11, 12, 13], "attack": 15, "attribut": 9, "auto": [4, 5, 9], "autom": 3, "automat": [0, 1, 17, 21, 22, 29, 30, 34], "avail": [1, 3, 4, 6, 8, 11, 12, 21, 22, 29, 30, 35, 36], "averag": [8, 11, 13, 27], "averaging_start_tim": 16, "averaging_stop_tim": 16, "averaging_typ": 16, "averaging_window": 16, "averi": 15, "avoid": [8, 30], "avreag": 16, "aw_test_util": 4, "ax": [7, 9, 14, 22], "axi": 14, "axis1": [11, 22], "axis2": [11, 22], "az": 5, "azimuth": 22, "azimuth_t": 22, "b": [3, 5, 8], "b1": 14, "b2": 14, "back": [6, 8], "background": [6, 13, 14], "balanc": 5, "base": [0, 3, 4, 8, 13, 14, 20, 25, 28, 30], "base_color": 36, "base_posit": 15, "basic": [2, 8, 29], "bbox_inch": 36, "bc": [2, 17], "beach": 29, "becaus": [3, 8, 30, 36], "becom": [8, 15, 29], "been": [0, 3, 5, 7, 10], "befor": [0, 3, 4, 8, 17, 20, 30], "begin": [4, 5, 7, 8, 11, 21, 22, 28, 29], "beginn": 4, "behavior": [0, 4, 12, 13, 15, 17], "behind": 4, "being": [1, 4, 8, 13, 14, 17, 20, 21, 22, 29, 30], "belong": 4, "below": [1, 3, 4, 5, 8, 10, 11, 12, 13, 15, 20, 22, 36], "berkelei": 6, "best": [0, 22], "beta": [8, 21], "beta_p": 8, "better": [4, 27, 29], "between": [4, 5, 9, 12, 13, 14, 15, 21, 24, 26, 29, 30], "beyond": 7, "bicgcg": 20, "bicgstab": [11, 20], "bigg": 5, "bin": [10, 36], "binari": 22, "blade": [6, 15], "blaylock": 15, "blend": 13, "blm": 8, "block": [6, 14], "blocking_factor": 25, "bmatrix": 7, "bndry_fil": [9, 12], "bndry_io_mod": [9, 12], "bndry_output_start_tim": [9, 12], "bndry_plan": [9, 12], "bndry_var_nam": [9, 12], "bodi": [2, 4, 6, 11, 15, 21, 27], "bodyforc": 21, "bodyforce_fil": 21, "boldsymbol": 8, "bool": [3, 10, 15], "boolean": [11, 12, 13, 14, 15, 20, 23, 27, 28, 29, 30], "bootstrap": 5, "both": [4, 5, 8, 13, 17, 27], "bottom": [5, 9, 12, 20, 22], "bottom_atol": 20, "bottom_maxit": 20, "bottom_reference_pressur": 12, "bottom_rtol": 20, "bottom_solv": [11, 20], "bottom_vel": 17, "bottom_verbos": 20, "bound": [8, 14, 23, 26], "boundari": [5, 6, 11, 12, 20, 21, 29, 37], "boussinesqbubbl": 27, "boussinesqbuoy": [11, 21], "box": [11, 23, 24, 26], "branch": 3, "branco": 8, "break": [0, 3, 22, 33, 35], "brief": 4, "broken": 11, "brows": 1, "browser": 1, "budget": 8, "bug": 0, "build": [2, 3, 4, 37], "build_simtime_param": 4, "builder": 10, "built": [3, 4, 6, 8], "bulk": 27, "buoyanc": 21, "burggraf": 2, "c": [1, 2, 4, 5, 8, 10, 32, 36], "c1": 14, "c_": [5, 8], "c_1": 8, "c_2": 8, "c_b": 8, "calcul": [3, 8, 12, 13, 29, 30], "call": [1, 3, 4, 8], "camelcas": 0, "can": [0, 1, 3, 4, 5, 7, 8, 9, 10, 11, 13, 14, 15, 16, 17, 20, 21, 22, 28, 29, 30, 35, 36], "cannot": 30, "capabl": [3, 4, 6, 7, 15], "capit": 0, "care": 0, "carri": 27, "cartboxrefin": 14, "cartesian": [8, 11, 23], "case": [0, 2, 3, 4, 5, 7, 8, 9, 15, 17, 22, 30, 34], "catch": 0, "categori": 4, "caus": [3, 8, 21], "caviti": 2, "cd": [1, 3, 10], "cdot": [7, 8], "cell": [7, 8, 11, 12, 14, 15, 17, 20, 25], "center": [7, 8, 11, 12, 24], "centerlin": 8, "certain": [3, 15], "cfd": [0, 4, 11, 22], "cfdsim": [0, 4], "cfdsim_h": 0, "cfl": [4, 5, 7, 11, 27, 30], "cg": 20, "cgbicg": 20, "chang": [0, 3, 4, 9, 11, 13, 17, 30, 34, 36], "channel": [2, 8], "characterist": 6, "check": [0, 4, 5, 10, 20, 21, 22, 30, 34], "check_fil": [11, 28], "checkpoint": [28, 30, 33, 34], "checkpoint_delai": 30, "checkpoint_interv": [4, 11, 28, 30], "checkpoint_start": 30, "checkpoint_time_delai": 30, "checkpoint_time_interv": [28, 30], "checkpoint_time_interval_reltol": 30, "chen": 29, "chi": 7, "chk": [11, 28], "chkp": 34, "chkpt_counter": 4, "choic": [0, 20, 29], "choos": [8, 15, 21, 29], "chord": 15, "chosen": [8, 22, 27, 29, 32], "ci": 3, "circumst": 0, "clang": [0, 3, 10], "class": [0, 4, 6, 9, 17, 36], "clean": 4, "clear": 1, "clone": [5, 10], "close": 30, "closest": 29, "clue": 0, "cmake": [3, 4, 5, 37], "cmake_build_typ": [3, 10], "cmake_c_compil": 10, "cmake_c_flag": 10, "cmake_cxx_compil": 10, "cmake_cxx_compiler_id": 3, "cmake_cxx_compiler_vers": 3, "cmake_cxx_flag": 10, "cmake_fortran_compil": 10, "cmake_fortran_flag": 10, "cmake_install_prefix": 10, "cmake_prefix_path": 10, "cmake_system_nam": 3, "cmap": 36, "co": 5, "coars": 20, "coarsen": [8, 20], "coarset": 25, "code": [2, 3, 4, 6, 10, 12, 15, 16, 21, 22, 27, 28, 30], "codebas": [0, 1, 3, 6], "coeffici": [5, 8, 12, 15, 21, 32], "collaps": 36, "collect": [9, 22], "color": 36, "colorbar": 36, "column": [33, 36], "com": [5, 10], "combin": [8, 10, 15], "come": [0, 1, 3, 8, 27], "command": [1, 4, 10, 11, 34], "comment": [1, 11], "commit": 3, "common": [9, 15], "compar": [3, 30], "comparison": [3, 13, 17, 30], "compil": [3, 4, 6, 20, 29, 36, 37], "compiler_vers": 3, "complet": [1, 3, 20, 30], "complex": [8, 13, 17], "compli": 0, "complic": [4, 13], "compon": [7, 8, 9, 12, 15, 21, 36], "compound": 0, "comprehens": [6, 21], "comput": [0, 4, 5, 6, 8, 11, 15, 16, 21, 26, 27, 29], "concept": [2, 8], "concret": 4, "conda": 1, "condit": [4, 5, 8, 9, 11, 12, 13, 27, 30], "condition": 21, "confid": 13, "configur": [3, 5, 37], "conjunct": 30, "consequ": 8, "conserv": 8, "consid": [4, 8, 29], "consist": [0, 8, 10, 13, 28], "consol": 3, "const": 0, "constant": [5, 12, 13, 15, 17, 21, 22, 26, 27, 30], "constant_chord": 15, "constant_dens": [11, 27], "constant_transition_height": 13, "constantmap": 26, "constraint": 8, "construct": [7, 8], "consttransport": [11, 31], "constvalu": 24, "consult": [0, 1, 21], "contain": [3, 9, 11, 12, 14, 15, 21, 22, 24, 25, 27, 28, 34, 36], "context": 27, "continu": [0, 3, 7, 28], "control": [0, 1, 4, 8, 10, 11, 14, 15, 16, 17, 18, 19, 22, 23, 28, 30], "control_gain": 13, "convect": 2, "convent": [0, 3, 11], "converg": [5, 8, 20, 29], "convert": [1, 29], "convinc": 0, "coordin": [7, 9, 13, 15, 17, 21, 22, 26, 36], "copi": [3, 10, 17, 27], "core": [0, 4, 25, 30], "corioli": [5, 21], "coriolisforc": [11, 21], "corner": [14, 22, 26], "correct": [0, 3, 4, 15, 17], "correctli": 3, "corrector": 8, "correl": 11, "correspond": [3, 12, 13, 21, 29, 30], "could": 29, "couldn": 3, "counter": 4, "coupl": [6, 13], "cours": 21, "cover": [3, 29], "cp": 3, "cpp": [0, 4, 8, 28, 30], "cpu": [5, 10, 36], "crank": 27, "creat": [1, 2, 4, 7, 15, 29, 34], "create_mesh_inst": 4, "create_turbulence_model": 0, "creation": 4, "criteria": [3, 4, 11, 15, 25, 30], "criterion": [8, 11], "cstr": 36, "ctest": [3, 10], "ctestlist": 3, "ctv": 2, "cube": 5, "cuda": [0, 3, 10], "current": [0, 3, 8, 9, 12, 14, 15, 17, 20, 22, 27, 28, 30, 31, 32, 34], "custom": 4, "customscalar": 17, "customveloc": 17, "cutoff": 24, "cutoff_height": [11, 12], "cycl": 20, "cylind": 14, "cylindr": 14, "d": [5, 8, 13], "d_e": [5, 8], "dai": [3, 21], "dam": [33, 35], "dam_break_godunov": 36, "damr_wind_enable_masa": 5, "damr_wind_enable_test": [3, 10], "damr_wind_reference_golds_directori": 3, "damr_wind_save_gold": 3, "damr_wind_saved_golds_directori": 3, "damr_wind_test_with_fcompar": 3, "darwin": 3, "dashboard": 3, "data": [0, 4, 6, 8, 9, 11, 13, 16, 21, 22, 24, 25, 28, 29, 33, 35, 36], "datafil": 13, "dataset": [9, 36], "datastructur": 8, "dcmake_build_typ": 10, "dcmake_install_prefix": 10, "deactiv": 15, "deal": [26, 27, 28, 30], "debug": [10, 22], "decai": 12, "declar": [0, 4], "declare_cc_field": 4, "declare_nd_field": 4, "dedic": 6, "def": [9, 36], "default": [1, 3, 4, 8, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32], "default_mesh_input": 4, "default_time_input": 4, "defer": 4, "defin": [0, 4, 5, 7, 8, 14, 17, 22, 26, 27], "definit": [0, 3, 4, 8, 11, 14], "degre": [15, 21, 22], "delai": [22, 30], "delet": 3, "delimit": 36, "delta": [5, 8], "delta_": 8, "delta_i": 8, "deltau": [11, 12], "deltav": [11, 12], "demand": 4, "demonstr": 7, "demotest": 4, "denot": [14, 16], "densiti": [3, 4, 8, 9, 11, 14, 15, 17, 27, 28], "depend": [3, 8, 12, 14, 27, 28, 29, 30, 35, 36], "deploi": 1, "depth": [5, 29], "deriv": [4, 5, 8, 13, 22], "derived_field": 22, "describ": [1, 4, 5, 8, 10, 11, 13, 20, 34], "descript": [0, 1, 4, 11, 34], "design": [17, 22], "desir": [0, 1, 3, 8, 14, 28, 30], "desko": 8, "despit": 28, "det": 7, "detail": [4, 8, 28, 36], "detect": [3, 15, 36], "determin": [3, 13, 14, 20, 22, 25, 27, 28, 30, 35], "determinist": 29, "develop": [0, 1, 3, 4, 6, 21, 27], "deviat": 13, "df": 36, "diagnost": 3, "diagram": 1, "diamet": 15, "dictat": 29, "differ": [0, 1, 2, 3, 4, 8, 9, 14, 15, 22, 29], "different": 5, "differenti": [5, 8], "diffus": [8, 11, 15, 17, 20, 27, 31], "diffusion_typ": [11, 27], "dimens": [8, 9, 12, 13, 15], "dimension": [5, 14, 15, 22], "direct": [5, 7, 8, 9, 12, 13, 14, 15, 17, 21, 22, 24, 25, 26, 27, 29], "direction": 8, "directli": [4, 8, 12, 13], "directori": [1, 3, 4, 5, 10, 28, 33, 34, 36], "directtoconst": 13, "dirichlet": [5, 8, 17], "disabl": [4, 15, 20], "disable_spanwise_gaussian": 15, "discret": [6, 27], "disk": [6, 15, 22, 30], "dispers": 29, "displac": 15, "dissip": 8, "distribut": [1, 15], "diverg": [7, 8, 27], "divid": 22, "divis": 25, "dmasa_dir": 5, "dndebug": 10, "do": [3, 4, 8, 17, 20, 27, 28, 30, 36], "do_fixed_it": 20, "do_initial_proj": [11, 27], "do_regrid": 4, "doc": [2, 4, 6], "document": [0, 4, 6, 8, 11, 21, 22, 25, 29, 34], "doe": [0, 1, 3, 4, 6, 29], "doesn": 4, "doi": 29, "domain": [4, 5, 11, 12, 13, 17, 21, 26, 27, 29, 36], "don": 3, "done": [3, 5, 7, 16, 17], "doubl": [4, 9, 15, 34], "download": 3, "downward": 29, "doxyfil": 1, "doxygen": 1, "dp_0": 8, "dpa": 13, "dpc": 10, "dpi": 36, "drag": 15, "draxl": 8, "drift": 8, "drive": [8, 13], "driven": [2, 8], "driver": 0, "dt": 30, "du21_a17": 15, "due": [3, 22, 30, 33], "durat": 13, "dure": [0, 3, 4, 8, 9, 10, 11, 14, 20, 22, 29, 30], "dx": [7, 9, 15], "dy": 7, "dynam": [8, 11, 15, 31], "dz": [7, 8], "e": [0, 1, 3, 4, 5, 6, 8, 9, 13, 17, 21, 22, 28, 33, 34], "e_": 5, "each": [3, 4, 5, 8, 9, 11, 14, 20, 21, 22, 25, 27, 33, 34, 36], "earli": 0, "earth": 5, "easi": 5, "east": 21, "east_vector": [11, 21], "ecosystem": 6, "eddi": [5, 6, 8], "edit": 17, "editor": 0, "effect": [6, 8, 29, 32], "effici": 27, "effort": [6, 7], "eight": 14, "either": [10, 14, 27], "ekman": 2, "element": [5, 7, 12], "elev": 22, "elevation_t": 22, "elimin": 1, "els": [9, 36], "emploi": [5, 8], "empti": 4, "enabl": [2, 5, 10, 13, 15, 29, 30], "encount": 4, "end": [4, 5, 7, 8, 10, 11, 14, 15, 16, 22, 27], "endif": 0, "energi": [6, 11, 19], "enforc": [13, 17, 21, 30], "enforce_checkpoint_dt_reltol": 30, "enforce_checkpoint_time_dt": 30, "enforce_plot_dt_reltol": 30, "enforce_plot_time_dt": 30, "engin": [8, 13], "enhanc": 0, "enst": [18, 27], "enstrophi": [11, 27, 33], "ensur": [0, 3, 4, 17, 27, 30], "enter": [7, 21], "entir": [9, 13, 21, 27, 29], "entireti": 13, "entri": [3, 11, 22], "enumer": 9, "env": 36, "environ": [1, 4, 10], "eof": 11, "epsilon": 15, "epsilon_chord": 15, "epsilon_tow": 15, "eq": 8, "equal": [4, 8, 12, 14, 22, 29, 30], "equat": [5, 6, 11, 15, 20, 21, 27], "equidist": 22, "equilibrium": 13, "error": [0, 3, 4, 5, 11, 13], "errorest": 4, "estim": 29, "et": [8, 15], "eta": 7, "etc": [4, 8, 9, 17], "euler": 5, "evalu": [5, 7, 12], "even": [20, 29], "everi": [13, 15, 21, 34, 35], "everywher": [0, 27], "evolut": [13, 36], "evolv": 27, "exact": 5, "exactli": [8, 30], "examin": 3, "exampl": [2, 5, 6, 8, 9, 10, 11, 14, 15, 16, 17, 18, 19, 20, 22, 27, 29, 30, 34, 35, 37], "exascal": 0, "exawind": [1, 3, 6, 10], "exce": 14, "except": [0, 4, 8, 13], "excess": 13, "exclud": 36, "execut": [1, 3, 4, 10, 11, 34], "exercis": 0, "exhaust": 29, "exhibit": 5, "exist": [0, 3, 10, 12, 21, 28, 30], "exp": 8, "expand": 29, "expans": [8, 21], "expect": [4, 5, 12, 21, 22], "expect_eq": 4, "expect_fals": 4, "expect_near": 4, "expect_throw": 4, "experiment": 15, "explain": 8, "explicit": 27, "explicitli": [3, 8], "expon": 24, "extend": [2, 7, 8, 22, 29], "extens": [0, 4], "extent": [9, 14], "extra": [8, 27], "extract": 1, "extrapol": 8, "f": [5, 9, 20, 36], "f1": [14, 15], "f_b": 7, "face": [7, 8, 20], "facil": [3, 4, 6], "fact": 4, "factor": [13, 15, 29, 30], "fail": [0, 2, 4], "failur": [3, 4, 10], "fals": [7, 9, 11, 12, 13, 14, 15, 23, 27, 28, 29, 30], "farm": [6, 9], "fast": 0, "fast_inp": 15, "faster": 29, "fastest": 13, "fcompar": [3, 10], "featur": [0, 3, 15, 21, 30], "fenton": 29, "few": 4, "fewer": 28, "fftw": 29, "fftw_estim": 29, "fftw_planner_flag": 29, "fidel": 6, "field": [0, 3, 4, 5, 7, 8, 9, 11, 12, 13, 15, 16, 17, 21, 22, 27, 28, 29, 35, 36], "field_error": [14, 15], "field_nam": [14, 15], "fieldnorm": 33, "fieldrefin": [14, 15], "fieldrepo": [0, 4], "fieldrepotest": 4, "fig": 9, "figsiz": 9, "figur": [5, 36], "file": [0, 1, 2, 4, 5, 6, 8, 10, 12, 13, 14, 15, 17, 18, 19, 21, 22, 23, 24, 27, 28, 29, 30, 33, 34, 36, 37], "filenam": 34, "filter": [4, 8, 15], "final": [4, 5, 8, 12, 20], "find": 13, "fine": 20, "finer": 8, "finit": 7, "first": [0, 1, 3, 5, 7, 8, 12, 15, 21, 22, 29, 30], "fix": [0, 4, 5, 12, 15, 30], "fixed_dt": [4, 11, 30], "fixed_dt_loop": 4, "fixed_gradi": 11, "fixedwinglin": 11, "fixtur": 2, "fixur": 4, "flag": [3, 10, 11, 12, 15, 26, 27, 30, 34, 36], "flat": 29, "flatten": 13, "fld": 9, "fllc": 15, "fllc_epsilon_dr_ratio": 15, "fllc_nonuniform": 15, "fllc_relaxation_factor": 15, "fllc_start_tim": 15, "fllc_type": 15, "float": 21, "float64": 9, "flow": [2, 6, 12, 13, 15, 17, 21, 22, 26, 27, 30, 35, 36], "flowfield": 6, "fluctuat": [8, 12], "fluid": [8, 15, 22], "flux": 13, "fly": 8, "fmg_maxit": 20, "focu": 6, "focus": 6, "folder": 17, "follow": [0, 1, 3, 4, 5, 6, 8, 9, 10, 11, 13, 15, 21, 22, 24, 29, 30, 33, 34], "fontsiz": [9, 36], "foo": 17, "forc": [2, 11, 13, 15, 21, 24, 27, 29, 30], "forcing_schem": 13, "forcing_timetable_frequ": 21, "forcing_timetable_output_fil": 21, "forcing_timetable_start_tim": 21, "forcing_transit": 13, "fork": 6, "form": [8, 14], "format": [0, 1, 9, 12, 22, 29, 33, 35], "formul": [15, 29], "formula": 29, "fortran": [0, 5, 10], "foruml": 15, "forward": [0, 8], "found": [4, 5, 8, 17, 34], "fourier": 29, "frac": [5, 7, 8], "fraction": 8, "framework": 8, "free": [8, 13, 27], "freestream": [12, 15, 21, 27], "freestream_godunov_inout": 17, "freesurfacesampl": [22, 33, 35], "frequenc": [18, 19, 21, 22, 30, 36], "friction": 5, "fring": 14, "from": [0, 1, 2, 3, 4, 6, 7, 8, 11, 12, 13, 14, 15, 17, 20, 21, 22, 27, 28, 29, 34, 36, 37], "frontal": 15, "fs1": 22, "fst": 15, "fu": 5, "full": [8, 13, 27, 29], "fulli": [27, 29], "function": [0, 1, 4, 5, 8, 15, 17, 21, 22, 36], "further": [5, 8, 36], "futur": 3, "fv": 5, "g": [0, 3, 4, 6, 8, 9, 10, 13, 17, 21, 22, 28], "g1": 14, "g2": 14, "ga": 36, "gauss_smearing_factor": 24, "gaussian": [12, 15, 24], "gcc": [3, 10], "gener": [0, 1, 3, 4, 12, 13, 28, 36, 37], "genfromtxt": 36, "geoemtryrefin": 14, "geometr": [8, 14, 29], "geometri": [4, 9, 11, 17], "geometryrefin": 14, "geostroph": [5, 21], "geostrophic_wind": [11, 21], "geostrophic_wind_timet": 21, "geostrophicforc": [11, 21], "get": [4, 5], "git": [3, 5, 10], "github": [0, 1, 5, 10], "give": [5, 21, 27], "given": [4, 8, 9, 14, 22], "global": [4, 7, 8, 9], "gnumakefil": [3, 4], "go": 1, "godunov": [3, 5, 27], "godunov_typ": [11, 27], "godunov_use_forces_in_tran": [11, 27], "goe": 8, "gold": [2, 10], "googletest": 4, "govern": 6, "gpu": [0, 5, 8, 10], "gpx": 3, "gpy": 3, "gpz": 3, "grad_error": 14, "gradient": [5, 7, 8, 11, 14, 17, 30], "gradual": 8, "graphviz": 1, "graviti": 21, "greater": [14, 15, 21, 27, 28, 30], "grid": [3, 5, 7, 9, 11, 15, 20, 21, 22, 23, 24, 25], "grid_loc": 24, "group": [4, 9, 15], "group_nam": 36, "growth": 30, "grp": 9, "gt": 9, "gtest_filt": 4, "gtest_list_test": 4, "guid": 2, "guidanc": 15, "guidelin": [2, 6], "h": [0, 4, 5, 8, 9], "ha": [0, 3, 4, 5, 7, 8, 10, 12, 13, 15, 17, 21, 27, 28, 30], "half": [5, 8, 12, 29], "hand": [4, 5, 8, 27], "handi": 8, "handl": [4, 11, 17, 27], "hard": 0, "harshli": 30, "hat": [5, 8], "have": [0, 1, 3, 4, 8, 9, 12, 13, 20, 22, 36], "haven": 3, "hdf5": 9, "header": [0, 10, 15, 17, 21, 33], "heat": 13, "height": [8, 12, 13, 15, 21, 24, 29], "height_vari": 21, "helmholtz": 20, "help": [4, 15, 30], "helper": 4, "hemispher": 21, "henc": 5, "here": [0, 1, 7, 8, 15, 17, 36], "heterogen": 0, "hexahedr": 14, "hi": [5, 9, 17, 22], "hierarchi": [0, 25], "high": [6, 8, 13, 28, 29], "higher": [8, 10], "highest": [6, 22], "hip": 0, "histori": 22, "ho": 29, "hold": 0, "home": [3, 10], "homogen": 5, "horizont": [5, 8, 21], "hos_init_tim": 29, "hos_init_timestep": 29, "hos_modes_filenam": 29, "how": [1, 4, 15, 17, 27, 30], "howev": [0, 30, 36], "hpc": 10, "hspace": 7, "html": 1, "http": [5, 10, 29], "hub": 15, "hub_height": 15, "hydrostat": 8, "hyper": 20, "hypr": 20, "hypre_interfac": 20, "hypre_namespac": 20, "i": [0, 1, 2, 3, 4, 5, 6, 7, 8, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 36, 37], "icn": [8, 11, 15, 21], "icpx": 10, "id": 36, "ideal": 3, "ident": [5, 8, 35, 36], "identifi": [15, 16], "ifndef": 0, "ifu": 5, "ignor": [11, 13, 21], "ij": [5, 8, 20], "ik": 8, "ill": [8, 13], "illustr": 22, "imaginari": 5, "immedi": 4, "impact": [6, 22], "implement": [4, 5, 6, 8, 13, 15, 17, 27, 30, 31], "impli": [3, 8, 13], "implicit": 27, "import": [9, 36], "improv": 13, "imshow": 9, "incflo": [6, 8, 11, 15, 16, 18, 19, 21, 22], "incflow": 11, "includ": [0, 5, 8, 11, 12, 13, 15, 16, 17, 20, 27, 29, 30, 35], "incomplet": 0, "incompress": [5, 6, 8, 21], "incorpor": 8, "increas": [29, 30], "ind_0": 36, "independ": 8, "index": [1, 6, 30], "indic": [3, 11, 14, 21, 22, 25, 26, 30], "indirect": [8, 11], "indirecttoconst": 13, "indirecttodirect": 13, "individu": [0, 22, 28], "inflow": [11, 12, 15, 21, 37], "inflow_outflow_typ": 17, "inflow_typ": 17, "influenti": 29, "inform": [3, 8, 11, 15, 22, 29], "infrastructur": 4, "infti": 5, "inherit": [0, 1], "init_perturb": 17, "init_phys": 0, "init_shrink": [4, 11, 30], "initi": [0, 4, 8, 12, 15, 27, 28, 29, 30, 34, 36], "initial_condition_input_fil": 12, "initial_dt": 30, "initial_iter": [11, 27], "initialize_mesh": 4, "initialize_wave_field": 29, "inject": [11, 24], "inlin": 1, "inner": 14, "inner_radiu": 14, "input": [0, 3, 4, 5, 6, 8, 9, 12, 13, 14, 15, 17, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 34, 37], "insid": [12, 14], "inspect": 9, "inspect_abl_io": 9, "instal": [1, 5, 10], "instanc": [0, 4, 29], "instant": 36, "instantan": [8, 13], "instead": [1, 4, 5, 15, 27, 28, 29], "institut": 6, "instruct": 1, "int": [4, 9, 12, 15, 21, 22, 36], "int32": 9, "int_": [5, 8], "int_field": 22, "int_output": 28, "int_z": 8, "integ": [11, 12, 14, 18, 19, 20, 22, 25, 26, 27, 28, 29, 30], "integr": [0, 3, 7, 8, 11, 17, 18, 19], "intel": [3, 10], "intend": [21, 22], "interact": [4, 6, 8], "interest": 2, "interfac": [0, 5, 10, 11, 14, 20, 29, 36], "interior": 17, "intermedi": 4, "interp_spacing_at_surfac": 29, "interpol": [8, 9, 29], "interpret": [11, 13], "interv": [14, 21, 30, 36], "introduc": 3, "invari": 13, "invers": [13, 21, 29], "invoc": [4, 11, 34], "involv": [8, 17, 30], "io": [11, 12, 34], "iomanag": 28, "ipa": 13, "is_period": [9, 11, 17, 26], "iso": 0, "issu": [0, 3], "iter": [8, 20, 27, 29, 30], "its": [3, 4, 6, 8, 13, 14, 15], "itself": [4, 10], "iv": 5, "j": [3, 7, 8], "jcp": 8, "jet": 36, "jfm": [5, 8], "ju_t": 7, "judgement": 0, "jump": 8, "just": [4, 30], "k": [8, 12], "kappa": [8, 11, 12], "ke": [11, 19, 27], "ke_int": 11, "keep": [0, 4, 29], "keep_paramet": 4, "kei": [0, 11], "kelli": 29, "kelvin": [12, 21], "kernel": [0, 24], "keyword": [4, 14, 18, 19, 22, 27], "kinemat": 13, "kinet": [11, 19], "kineticenergi": [11, 27, 33], "kj": 8, "known": [0, 8], "kuhn": 8, "l": 8, "l_2": 5, "l_v11": 11, "label": [3, 8, 11, 14, 15, 16, 18, 19, 22, 27, 29, 33], "laboratori": 6, "laminar": [2, 7, 31, 32], "laminar_prandtl": [11, 31], "langl": [5, 8], "languag": 0, "larg": [0, 6, 20], "larger": [8, 14, 27, 30], "largest": 30, "last": [4, 8, 11, 12, 15], "latest": 1, "latitud": [11, 21], "law": [12, 24], "lawrenc": 6, "layer": [5, 6, 11, 12, 13, 17], "le": [2, 6], "leadership": 6, "learn": 0, "least": [0, 3, 4, 15], "leav": [5, 29], "lectur": 5, "left": [5, 8, 27], "legaci": [3, 4, 13], "len": [9, 36], "length": [8, 9, 12, 13, 15, 22, 24, 29], "less": [15, 21, 30], "let": 7, "letter": 0, "lev": 9, "level": [3, 4, 7, 8, 9, 10, 11, 13, 14, 20, 25, 28], "level_0": 9, "level_1": 9, "leverag": [6, 9], "librari": [3, 4, 6, 8, 9, 10, 11, 20, 22, 29], "lid": 2, "lidar": 11, "lidar1": 22, "lidarsampl": 22, "lift": 15, "like": [3, 4, 20, 30], "limit": [12, 30], "line": [4, 6, 9, 11, 15, 21, 27, 33, 34, 36], "line1": [22, 27], "line2": 27, "linear": [6, 11, 12, 15, 20, 29], "linearli": [9, 13], "linearprofil": [17, 24], "linearwav": 29, "linesampl": [11, 22, 27], "link": [2, 22], "linux": [3, 10], "liquid": [29, 36], "list": [0, 3, 4, 10, 12, 13, 14, 15, 21, 22, 24, 25, 26, 27, 28, 34], "llvm": [3, 10], "lo": [9, 17, 22], "load": [9, 10, 36], "load_binary_data": 36, "loc_dir": 36, "local": [1, 3, 8, 10, 12, 13], "locat": [5, 8, 11, 15, 24, 28, 29, 30, 35, 36], "log": [3, 5, 12], "log_law_height": 12, "logic": [0, 4, 14], "loglaw": 8, "long": 30, "longer": 15, "lookup": 15, "loop": [0, 9], "low": 29, "lower": [4, 9, 13, 26, 29], "lowest": 20, "lt": 9, "lvert": [5, 8], "m": [1, 5], "m_": [0, 8], "m_mesh": 0, "m_pde_mgr": 0, "m_physics_mgr": 0, "m_repo": 0, "m_time": 0, "m_turbul": 0, "mac": [8, 11, 17], "mac_proj": [11, 20], "machin": [3, 29], "machineri": 8, "maco": [3, 10], "macro": 4, "made": [0, 3, 9], "mag": 8, "mag_vort": 22, "magnitud": [8, 13, 21, 36], "mai": [8, 13, 14, 22, 27, 30], "main": 10, "mainlin": [0, 3], "maintain": [6, 15, 21], "make": [3, 5, 10, 15], "manag": [0, 14], "mandatori": [12, 13, 15, 17, 18, 19, 21, 25, 26, 27, 29], "mani": [0, 22, 27], "manipul": [4, 33], "manner": [1, 8], "manual": [0, 2, 3, 6], "manufactur": 5, "map": [8, 26], "martinez": 15, "masa": [2, 10], "masa_root_dir": 5, "mask_cel": 22, "mass": [8, 11], "mass_inflow": [9, 17], "mass_inflow_outflow": 17, "massiv": 6, "match": [3, 4, 17, 30], "mathbf": [7, 14], "mathcal": 5, "mathemat": 8, "mathrm": [5, 8, 21], "matplotlib": [9, 36], "matrix": 13, "matter": [0, 34], "matur": 0, "max": [8, 20], "max_coarsening_level": 20, "max_dt_growth": 30, "max_grid_s": 25, "max_level": [11, 14, 25, 30], "max_ord": 20, "max_step": [4, 11, 30, 34], "maximum": [14, 15, 20, 24, 25, 29, 30], "maxit": 20, "maxlevel": 14, "mean": [3, 5, 8, 12, 13, 16, 20, 24, 29], "mean_wind_typ": 24, "meant": [2, 15], "measur": [5, 22, 29, 35], "meet": 30, "member": 0, "meneveau": 15, "mention": [1, 17], "merg": [0, 3], "mesh": [0, 4, 5, 6, 11, 14, 15, 23, 25, 26, 29, 30], "mesh_map": 26, "meshtest": 4, "mesoscal": [11, 13], "mesoscale_forc": 13, "messag": [4, 30], "met": 20, "metaphysicl": 5, "metaphysicl_dir": 5, "metaphysicl_root_dir": 5, "meter": [12, 13, 21, 24], "methdologi": 8, "method": [0, 4, 5, 8, 27, 29], "methodologi": 6, "metric": [7, 14], "mg": 20, "mg_atol": [11, 20], "mg_cg_max_it": 11, "mg_cg_verbos": 11, "mg_fmg_max_it": 11, "mg_max_coarsening_level": 11, "mg_max_it": 11, "mg_max_ord": 11, "mg_rtol": [11, 20], "mg_verbos": 11, "microscal": 13, "mid": 9, "middl": 24, "might": 0, "min": 8, "min_level": 14, "minim": 27, "minimum": [14, 24, 29], "mirocha": 8, "mismatch": 28, "miss": [3, 28], "mkdir": [3, 10], "mlmg": [8, 11], "mm": 2, "mmc": 13, "mn": 8, "mode": [3, 12, 29], "model": [0, 5, 6, 9, 11, 12, 13, 15, 31, 32], "modern": [0, 10], "modif": [0, 3, 8], "modifi": [0, 2, 8, 14, 30], "modul": 10, "moeng": 12, "moistur": 8, "mol": [7, 27], "moment": 13, "momentum": [8, 11, 13, 15, 20, 27, 31], "momentum_u": 13, "momentum_v": 13, "monochromat": 29, "monthli": 3, "more": [4, 8, 11, 13, 14, 27, 29, 30], "most": [4, 8, 17, 27, 29, 30], "mostli": 27, "motion": [8, 15], "motion_typ": 15, "move": [11, 15, 27, 36], "mpi": [3, 10], "mpich": 10, "mu": [7, 8], "much": 20, "multi": [6, 7, 8, 9, 11, 20], "multigrid": [8, 20], "multiphas": [6, 27], "multipl": [3, 4, 6, 22], "multipli": 5, "multivalu": 22, "must": [0, 1, 3, 4, 5, 7, 8, 9, 11, 14, 15, 20, 21, 22, 25, 27, 28, 29, 30, 34, 36], "mwr": 8, "my_sampl": 22, "n": [3, 5, 7, 8, 36], "n_cell": [11, 25], "n_e": 5, "n_z": 5, "nabla": [7, 8], "nabla_": 7, "nabla_x": 7, "nacel": 15, "nacelle_area": 15, "nacelle_drag_coeff": 15, "nalu": 6, "name": [0, 1, 3, 4, 5, 9, 12, 14, 15, 21, 22, 23, 24, 28, 29], "namespac": [0, 4, 11], "nation": 6, "nativ": [22, 33, 35], "natur": 30, "navier": [5, 21], "navig": 6, "nbsp": 9, "nc": [9, 36], "ncdf": 36, "ncdump": 9, "ncell": 4, "ncol": 9, "ncomp": 9, "nd": 8, "necessari": [0, 3, 4, 10, 28, 30], "need": [1, 3, 7, 9, 13, 15, 17, 28, 29, 30], "neg": [4, 13, 20, 29, 30], "nest": [4, 14], "netcdf": [9, 10, 11, 12, 13, 22, 24, 33, 35], "netcdf4": [9, 36], "neumann": 17, "never": 4, "new": [0, 1, 2, 4, 8, 15, 27, 28], "new_timestep": 4, "newton": 8, "next": [0, 4, 5], "nheight": 13, "nicolson": 27, "nid": 36, "nightli": [0, 3], "nlevel": 9, "no_slip_wal": 17, "nodal": [8, 11, 17, 27], "nodal_proj": [11, 20], "nodalprojector": 20, "node": [7, 20, 22], "non": [14, 15, 17], "nondeterminist": 29, "nondim": 14, "none": [13, 15], "nonneg": 15, "nonuniform": 13, "norm": 5, "normal": [4, 5, 7, 8, 9, 11, 12, 13, 15, 21, 22], "normal_direct": [11, 12], "normalize_by_zmax": 13, "normalize_spanwis": 15, "north": 21, "north_vector": [11, 21], "northern": 21, "note": [7, 8, 12, 14, 16, 21, 22, 27, 34, 36], "notic": 3, "now": [1, 4, 5, 21], "np": 36, "nrel5mw": 15, "nrow": 9, "nt": [9, 36], "ntime": 13, "nu": [5, 8], "nu_t": [5, 8], "num_active_level": 4, "num_bottom_smooth": 20, "num_field": 4, "num_final_smooth": 20, "num_inst": 22, "num_point": [11, 15, 22, 27], "num_points_blad": 15, "num_points_tow": 15, "num_post_smooth": 20, "num_pre_smooth": 20, "number": [3, 4, 5, 12, 15, 20, 22, 25, 26, 27, 28, 29, 30, 31], "number_interp_above_surfac": 29, "number_interp_points_in_z": 29, "numer": [3, 5, 8, 29], "numerical_beach_length": 29, "numerical_beach_length_factor": 29, "numpi": 36, "nvalid": 36, "nvidia": [3, 10], "nwp": 8, "nx": 9, "ny": 9, "nz": 9, "o": [3, 6, 14, 17, 34, 37], "o2": 10, "object": [0, 4, 6, 15, 36], "observ": [8, 29], "obviou": 1, "ocean": 11, "oceanwav": [27, 29], "off": [10, 29], "offer": 8, "offload": 0, "offset": [11, 22, 24, 30], "offset_vector": 22, "offshor": 6, "often": [4, 8, 9, 15, 30], "ok": 34, "old": 27, "omega": 5, "omit": [13, 28, 29], "onc": [1, 3, 30], "one": [0, 4, 5, 11, 13, 14, 15, 16, 20, 27], "oneapi": 10, "oneeqksgsm84": [9, 11], "ones": [4, 15], "onli": [0, 3, 4, 7, 8, 9, 11, 12, 13, 14, 17, 21, 22, 24, 27, 28, 29, 30, 31, 32], "onlin": 1, "onward": 30, "open": [1, 3, 6], "openfast": [15, 37], "openfast_input_fil": 15, "openfast_restart_fil": 34, "openfast_sim_mod": 34, "openfast_start_tim": [15, 34], "openfast_stop_tim": [15, 34], "openmp": 10, "openmpi": 10, "oper": [3, 7, 8, 10, 20], "opposit": 17, "optim": [10, 15, 29], "option": [5, 11, 12, 13, 14, 15, 16, 17, 18, 19, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 34], "order": [4, 5, 8, 13, 20, 21, 22, 29, 30], "ordinari": 15, "org": 29, "organ": [2, 4, 11], "orient": [15, 21], "orig": 9, "origin": [9, 11, 14, 15, 22], "oscil": 15, "oscillatori": [15, 21], "other": [0, 1, 3, 4, 6, 7, 8, 13, 15, 17, 21, 22, 28, 29, 36], "otherwis": [3, 8, 20, 36], "otim": 8, "our": [0, 7], "out": 3, "out_int": 36, "outer": 14, "outer_radiu": 14, "outflow": [9, 11, 21], "outlin": 15, "output": [1, 2, 4, 8, 9, 10, 11, 12, 15, 18, 19, 21, 22, 27, 28, 29, 30, 35, 36, 37], "output_default_vari": 28, "output_delai": 22, "output_format": 22, "output_frequ": [11, 15, 18, 19, 22, 27], "over": [5, 7, 8, 13, 16, 21, 27, 29], "overal": 8, "overlin": 7, "overrid": [0, 4, 11, 14, 34], "overridden": 4, "overset": 6, "oversetrefin": 14, "overview": [1, 4, 8], "overwritten": 15, "own": [2, 13, 17], "p": [3, 5, 7, 8, 28], "p_h": 11, "packag": 1, "page": [1, 6], "paradigm": 0, "parallel": [3, 6, 8, 10, 22], "param": 15, "paramet": [2, 4, 11, 12, 13, 14, 15, 20, 22, 24, 25, 27, 28, 29, 30, 32, 34], "parmpars": [11, 20], "pars": [11, 34], "parse_head": 36, "parse_paramet": 4, "parser": 11, "part": [3, 5, 8, 27], "partial": [5, 8, 11], "partial_i": 8, "partial_l": 8, "particl": [22, 35], "particular": [1, 3, 8, 11, 34], "partit": 8, "pass": [0, 3, 4, 7, 10, 12, 30], "passiv": [15, 27], "passive_scalar": 15, "passive_scalar_laminar_schmidt": 15, "passive_scalar_turbulent_schmidt": 15, "patch": 34, "path": [10, 13, 34, 36], "patient": 29, "pde": [0, 8], "pde_manag": 0, "pdebas": 0, "pdemgr": 0, "pdf": [1, 36], "pdim": 9, "per": [21, 22], "perform": [2, 4, 6, 9, 10, 13, 14, 20, 22, 27, 29, 30], "period": [5, 9, 15, 17, 21, 26, 29], "perpendicular": 9, "perscrib": 4, "pertub_ref_height": 12, "perturb": [8, 12], "perturb_ref_height": 11, "perturb_temperatur": [11, 12], "perturb_veloc": [11, 12], "petsc": 20, "pfile": 36, "phase": [3, 8, 30], "phi": [5, 7, 8], "phi_m": 8, "physic": [0, 6, 7, 11, 14, 15, 20, 27, 28, 29], "physics_manag": 0, "physicsmgr": 0, "pi": [5, 8], "pick": 29, "pitch": 15, "pitch_timet": 15, "place": [1, 29], "placehold": 29, "plan": 29, "planar": [8, 13], "plane": [9, 11, 12, 21, 24], "plane1": 22, "plane_": 22, "plane_end": 22, "plane_num_point": 22, "plane_start": 22, "planesampl": [11, 22], "planetari": 21, "pleas": [0, 1, 21, 25], "plm": 27, "plot": [3, 9, 28, 30, 33, 36], "plot_count": 4, "plot_delai": 30, "plot_field": 9, "plot_fil": [11, 28], "plot_interv": [4, 11, 28, 30], "plot_sampling_ascii": 36, "plot_sampling_n": 36, "plot_sampling_netcdf": 36, "plot_start": 30, "plot_time_delai": 30, "plot_time_interv": [28, 30], "plot_time_interval_reltol": 30, "plotfil": [3, 28, 33], "plt": [9, 11, 28, 36], "pm": 8, "png": 9, "poincar": 8, "point": [4, 15, 29, 36], "poiseuil": 5, "poisson": 8, "polynomi": 13, "popul": [4, 9], "populate_paramet": 4, "portion": 29, "pose": [5, 8], "posit": [4, 13, 14, 21, 22, 29, 30, 36], "possibl": [9, 13, 15, 20, 28], "post": [6, 10, 11, 16, 18, 19, 20, 22, 27, 28, 37], "post_process": [11, 16, 18, 19, 22, 27, 28, 33, 36], "post_processing_directori": 28, "postprocess": [8, 27], "potenti": [2, 13], "power": 24, "powerlawprofil": [17, 24], "pp": 4, "pp_dir": 36, "ppm": [11, 27], "ppm_nolim": 27, "practic": [0, 29, 30], "prandtl": 31, "pre": [14, 20], "precis": 29, "precursor": [9, 11, 21], "pred": 7, "predict": [8, 27], "predictor": 8, "prefer": [0, 22], "prefix": [0, 5, 11, 14, 15, 16, 18, 19, 20, 22], "prescrib": [12, 15, 30], "prescribed_uinf": 15, "present": [0, 15, 21, 22, 27, 28, 36], "pressur": [4, 8, 12, 20, 27, 30], "pressure_inflow": 17, "pressure_outflow": [9, 17], "prevent": 15, "previou": 0, "previous": [1, 3], "primari": [0, 6, 28, 30], "primarili": [10, 21], "primer": [1, 4], "princip": 14, "print": [3, 4, 9, 15], "priori": 8, "privat": 0, "prob_hi": [11, 26], "prob_hi_phys": 26, "prob_lo": [11, 26], "probe": [11, 22, 27], "probe1": 22, "probe_loc": 22, "probe_location_fil": 22, "probesampl": 22, "problem": [4, 5, 7, 11, 26, 34], "proc": 3, "procedur": 10, "process": [1, 3, 4, 6, 10, 11, 16, 18, 19, 22, 28, 29, 36, 37], "produc": [4, 33], "profil": [5, 8, 11, 24, 27, 29], "progress": [17, 35, 36], "project": [3, 8, 11, 17, 20, 27], "projector": 7, "prompt": 4, "propag": 24, "proper": 34, "properli": [1, 3, 4], "properti": 36, "proport": 8, "propos": 8, "provid": [0, 1, 3, 4, 6, 8, 9, 10, 11, 13, 14, 15, 21, 22, 29, 30, 33, 34, 35, 36], "pt": 36, "public": [0, 3, 4], "publish": 3, "pull": [0, 3], "pure": 0, "purpos": [4, 7, 8], "pwd": 3, "pyplot": [9, 36], "python": [1, 5, 9, 10], "python3": 36, "q": 11, "qc1": 14, "qcriterionrefin": 14, "qquad": 14, "qualiti": 0, "quantiti": [5, 13, 15], "quasi": [2, 15], "quick": 4, "quickli": 4, "quot": [9, 11], "r": [3, 9, 21, 36], "r_": 8, "radial": 14, "radiat": 8, "radii": 14, "ramp": 29, "random": 12, "random_gauss_mean": 12, "random_gauss_var": 12, "rang": [9, 15, 36], "rangl": [5, 8], "rank": 3, "rankin": 17, "raphson": 8, "rate": [8, 14], "rather": [1, 4, 7], "ratio": [8, 15], "rayleigh": 30, "rayleightaylor": 27, "re": 34, "reach": 30, "read": [0, 1, 4, 8, 9, 14, 20, 22, 27, 29], "reader": [0, 3], "readi": [0, 4, 8], "real": [3, 4, 5, 8, 12, 13, 14, 15, 16, 17, 20, 21, 22, 24, 26, 27, 28, 29, 30, 31, 32], "rearrang": 5, "reason": [0, 30], "reaverag": 16, "recent": 10, "recommend": [2, 3, 4, 8, 10, 15, 24, 27], "reconstruct_true_pressur": 8, "rectifi": 3, "recurs": 10, "reduc": [13, 29], "reduct": 30, "ref": [8, 21], "refer": [0, 3, 8, 12, 21, 22, 24, 25, 27, 28, 37], "reference_dens": 12, "reference_pressur": 12, "reference_temperatur": [11, 21], "refin": [3, 4, 11, 15, 25, 30], "reformat": 0, "refram": 8, "regex": 3, "region": [13, 14, 29], "regist": 4, "regress": [0, 2, 5, 6, 13, 15], "regrid": [3, 14, 30], "regrid_count": 4, "regrid_interv": [4, 11, 14, 30], "regrid_start": 30, "rel": [3, 20, 30, 34], "relat": [4, 11, 26, 29, 30], "relax": [13, 15, 29], "relax_zone_gen_length": 29, "relax_zone_out_length": 29, "releas": [3, 10], "relev": [3, 30], "reli": [1, 4, 10, 27], "relwithdebinfo": 10, "remain": [8, 15, 30], "remov": [8, 12, 34], "renew": 6, "reorder": 36, "repeat": 11, "replac": [17, 29], "replic": [21, 36], "repo": [0, 4], "repositori": [0, 1, 4, 10], "repres": 36, "represent": 15, "request": [0, 3], "requir": [0, 4, 5, 7, 9, 10, 14, 15, 16, 20, 22, 24, 29, 36], "rerun": 3, "reset": 4, "resolut": [4, 5, 8, 9, 11, 22, 25, 29], "resolv": [6, 8, 13], "respect": [4, 13, 14, 15, 26], "respons": [4, 17], "rest": [0, 1, 29, 30, 36], "restart": [28, 30, 37], "restart_fil": [11, 28, 34], "restor": 4, "restrict": [14, 27], "restructur": 1, "restructuredtext": 1, "result": [2, 3, 4, 10, 13, 15, 29, 30], "return": [0, 4, 7, 36], "reus": 4, "revert": 0, "review": 0, "reynold": 16, "reynoldsstress": 16, "rg": 9, "rh": 8, "rho": [7, 8], "rho_0": 8, "rho_t": 7, "right": [5, 8, 27], "rightarrow": 5, "rm": 7, "root": [1, 4, 9, 21, 34], "root_dir": 36, "rotat": [5, 14, 21], "rotational_time_period": [11, 21], "rotor": 15, "rotor_diamet": 15, "rough": 12, "routin": [4, 8, 15], "roystgnr": 5, "rsync": 3, "rule": 0, "run": [0, 2, 5, 6, 8, 10, 11, 15, 27, 30, 36, 37], "runawai": 13, "runtim": 4, "runtime_error": 4, "rvert": [5, 8], "s1": [14, 36], "s_": [5, 8], "s_k": 8, "same": [3, 7, 9, 12, 13, 15, 17, 20, 29, 30, 36], "sampl": [2, 11, 15, 27, 28, 33, 36, 37], "sampler": [22, 35, 36], "sampling00000": 36, "sampling_fil": 36, "samplingfil": 36, "sandia": 6, "satisfi": 8, "save": [3, 10], "savefig": [9, 36], "scaffodl": 4, "scaffold": 2, "scalar": [8, 15, 17, 27], "scalaradvect": 27, "scale": [13, 14, 24, 26], "scaling_factor": 26, "scatter": 36, "scenario": 13, "scene": 4, "scheme": [3, 7, 13, 17, 27], "schumann": 12, "scratch": 4, "script": [10, 33, 36], "sdim": 9, "sea": 6, "search": [6, 22], "search_direct": 22, "sec": 3, "second": [3, 5, 21, 29, 30], "secondari": 13, "section": [0, 2, 3, 4, 8, 9, 10, 11, 33], "see": [4, 8, 10, 15, 17, 30, 34], "seed": 15, "seen": 3, "select": 22, "self": [1, 36], "semi_structur": 20, "send": 7, "separ": [5, 8], "sequenc": 21, "seri": 29, "set": [4, 5, 7, 8, 10, 11, 12, 13, 15, 18, 19, 20, 21, 22, 24, 27, 28, 29, 30, 31, 32, 34, 36], "set_current_cfl": 4, "set_titl": 9, "setup": [0, 3, 4, 8], "sever": [4, 5], "shade": 36, "shape": [9, 14, 36], "share": 6, "sharex": 9, "shear": [8, 12, 14, 24], "shear_expon": 24, "short": 0, "shorten": [30, 36], "should": [0, 1, 3, 7, 10, 13, 14, 15, 21, 22, 29, 30, 34], "show": [3, 4, 9, 36], "shown": [3, 4, 5, 11, 36], "shp": 9, "shrink": 30, "shy": 30, "sid": 36, "side": [5, 8, 9, 17, 20, 27], "signal": [15, 30], "signal_handl": 4, "signific": 22, "sim": 4, "similar": [8, 9, 30], "simpl": [1, 4, 8, 11, 37], "simpli": 4, "simplic": 33, "simplifi": 5, "simtim": [0, 4, 30], "simtimetest": 4, "simul": [0, 3, 4, 5, 6, 8, 11, 12, 13, 14, 15, 16, 21, 22, 24, 27, 28, 29, 30, 34, 36, 37], "sin": 5, "sinc": 1, "sine": 15, "sine_period": 15, "sine_vector": 15, "singl": [4, 7, 8, 21, 25], "sinusoid": [12, 21], "site": 1, "size": [4, 7, 9, 12, 15, 29, 30], "skeleton": 4, "skip": [4, 30], "skip_head": 36, "skip_output": 28, "slice": 34, "slip": 5, "slip_wal": [11, 17], "slope": 13, "smagorinski": [2, 32], "smagorinsky_coeff": 32, "small": [4, 29], "smear": 24, "smooth": 20, "smoother": 20, "snake_cas": 0, "snapshot": [1, 3], "so": [1, 3, 4, 7, 11, 22, 29], "softwar": 10, "sole": [28, 36], "solut": [3, 5, 8, 34], "solv": [5, 6, 7, 11, 20, 27, 29], "solvabl": 17, "solver": [0, 6, 8, 11, 13, 17, 20, 29], "some": [0, 3, 4, 29], "someth": 1, "sometim": 27, "soon": 12, "sourc": [0, 2, 3, 4, 6, 11, 13, 15, 17, 37], "source_term": [11, 15, 21], "space": [8, 15, 21, 22, 24, 29], "spack": 2, "span": [15, 22], "span_loc": 15, "spanwis": [12, 15], "spars": 27, "spatial": [5, 8, 29], "special": 1, "specif": [0, 4, 8, 13, 14, 20, 21, 22, 27, 30, 35], "specifi": [8, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 25, 27, 28, 29, 30, 32], "speed": [8, 21], "sphinx": 1, "spiral": 2, "split": [5, 8], "spragu": 8, "sqrt": [4, 5, 8, 36], "squar": 4, "square_root": 4, "squeez": 9, "stabil": [8, 27], "stabl": [3, 8], "stagger": 8, "standalon": 4, "standard": [4, 10], "start": [3, 4, 11, 12, 13, 14, 15, 16, 21, 22, 27, 29, 30], "start_tim": 34, "state": [5, 6, 8], "statement": 15, "static": [4, 11, 14, 36], "static_box": 14, "static_refin": 23, "static_refinement_def": [14, 23], "stats_fil": 36, "stats_output_format": 11, "stats_output_frequ": 11, "statu": 4, "std": [0, 4], "steadi": 5, "stem": 29, "stencil": 20, "step": [3, 5, 9, 13, 20, 21, 27, 29, 30], "still": [8, 15, 29, 30], "stoke": [5, 21, 29], "stokes_wavelength_iter_max": 29, "stokes_wavelength_ord": 29, "stokes_wavelength_toler": 29, "stokeswav": 29, "stop": [15, 16, 30], "stop_tim": [4, 11, 30], "store": [3, 13], "str": 36, "straight": 15, "straightforward": 4, "strain": 8, "strategi": [8, 13, 25], "strength": [14, 29], "stress": [12, 16], "stretch": [6, 26], "string": [10, 11, 12, 13, 14, 15, 17, 18, 19, 20, 21, 22, 23, 24, 26, 27, 28, 29, 31, 32], "stringent": 27, "strong": 13, "strongli": 8, "struct": 36, "structur": [0, 1, 3, 4, 6, 8, 20, 25, 37], "studi": [5, 15], "style": [1, 2, 26], "subclass": 4, "submit": [0, 34], "submodul": 10, "subplot": 9, "subsect": 14, "subsequ": 21, "subset": 4, "substitut": 5, "success": [1, 3, 4, 10], "successfulli": [1, 3], "suffici": 30, "suggest": 29, "suit": [0, 3, 4, 5, 10], "sum": 36, "sum_": 5, "sum_p": 8, "summari": [3, 4], "super": 10, "support": [0, 3, 4, 8, 10, 12, 13, 14, 15, 16, 22, 27, 34], "suppos": 4, "suppress": 3, "suptitl": 9, "surfac": [8, 12, 29], "surface_roughness_z0": [11, 12], "surface_temp_flux": 11, "swens": 29, "switch": [1, 3, 4, 8, 20], "sy": 36, "sycl": 10, "symmetr": 5, "symmetri": 8, "symmetric_wal": 17, "syntax": [1, 34], "syntheticturbul": [11, 27], "synthturb": 24, "system": [0, 1, 3, 4, 5, 8, 10, 21], "t": [3, 4, 5, 7, 8, 9, 21], "t1": 34, "tabl": [4, 15, 21, 22], "tag": [11, 15, 23, 25], "take": 10, "taken": 4, "tan": 5, "tangenti": 5, "target": [0, 10, 27], "tast": 0, "tau": 8, "tau_": 8, "taylor": [2, 8, 30], "taylorgreenvortex": 27, "team": [0, 6], "teardown": 4, "technic": 0, "techniqu": [8, 29], "tell": 15, "temperatur": [8, 9, 11, 12, 13, 17, 20, 21], "temperature_diffus": 20, "temperature_height": [11, 12], "temperature_typ": 11, "temperature_valu": [11, 12], "tempor": 15, "tendenc": [8, 13], "tendency_forc": 13, "tension": 8, "tensor": 8, "term": [6, 7, 11, 12, 13, 15, 21, 27], "termin": 30, "terrain": 8, "test": [0, 2, 6, 7, 8, 10, 15, 17, 36], "test_abl_init": 4, "test_amd_setup_calc": 8, "test_demo_meshtest": 4, "test_f": 4, "test_fil": [3, 36], "test_meshtest_advanc": 4, "test_refin": 4, "test_simtim": 4, "test_sqrt": 4, "test_squar": 4, "test_turbulence_l": 8, "testsquar": 4, "testsquareroot": 4, "text": [0, 1, 5, 11, 14, 15, 21, 22, 33, 34], "textrm": 8, "tflux": 13, "than": [0, 1, 4, 7, 14, 15, 21, 27, 28, 29, 30], "thei": [1, 3, 8, 17, 28, 36], "them": [0, 3, 28], "theori": [0, 6, 29], "therebi": 29, "therefor": [5, 8, 12, 29], "thermal": [21, 31], "thermal_expansion_coeff": [11, 21], "theta": [5, 8], "theta_": 21, "theta_0": 8, "theta_amplitud": 12, "thi": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 36], "thic": 15, "thick": [13, 15], "thin": 0, "thing": 1, "third": 13, "thorough": 8, "those": [4, 20], "though": 15, "thread": 10, "three": [14, 20, 21, 22, 25, 27, 36], "threshold": [14, 15, 30], "through": [0, 4, 8, 9, 10, 17, 21, 25, 36], "throughout": [5, 27], "throw": 4, "thu": 7, "tight": 36, "till": 11, "time": [0, 3, 4, 5, 9, 11, 12, 13, 14, 15, 16, 17, 21, 24, 27, 28, 29, 34, 35, 36], "time_offset": 24, "time_t": 22, "timeaverag": 16, "timeramp_period": 29, "timestep": [4, 8, 18, 19, 21, 22, 28, 30], "timet": [15, 21], "tini": 29, "titl": 9, "tke": 9, "tke_typ": 11, "tmp": 3, "toler": [4, 20, 29, 30], "too": 4, "took": 4, "tool": [5, 10, 36], "top": [5, 6, 8, 9], "top_vel": 17, "tossa": 15, "total": [3, 4, 22, 29], "toward": 8, "tower": 15, "tracer": [8, 15], "tracer0": 3, "track": [10, 13, 36], "tradition": 0, "transform": 29, "transit": 13, "transition_height": 13, "transition_thick": 13, "transport": [11, 15], "transvers": 27, "treatment": 15, "tree": 0, "trivial": 8, "troubleshoot": 2, "true": [8, 9, 11, 12, 13, 14, 15, 20, 27, 28, 30], "try": [0, 1], "turb1": 15, "turb2": 15, "turbin": [6, 15, 37], "turbinefastdisk": 15, "turbinefastlin": 11, "turbul": [0, 6, 11, 13, 24, 31], "turbulence_fil": 24, "turbulence_model": 0, "turbulencemodel": 0, "turbulent_prandtl": [11, 31], "turn": [8, 12, 15, 29], "twice": 3, "two": [1, 3, 4, 5, 8, 13, 14, 17, 22], "twolay": 17, "txt": [14, 15, 22, 36], "type": [1, 4, 9, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 35, 36], "typevector": 0, "typic": [3, 8, 9, 10, 13, 20, 29], "u": [4, 5, 7, 8], "u_": 8, "u_0": 5, "u_f": 8, "u_g": 5, "u_oo": 36, "udf": [5, 17], "uid": 36, "umax": 24, "umin": 24, "uncertainti": 13, "under": [8, 13, 17], "underli": 4, "understand": [4, 8], "underwai": [7, 8], "uniform": [7, 8, 13, 15, 21, 25, 26], "uniform_const": 21, "uniform_ct_disk_dynamic_adapt": 15, "uniform_timet": 21, "uniform_timetable_fil": 21, "uniformctdisk": 15, "uniformli": [8, 15], "uniqu": 4, "unique_ptr": 0, "unit": [0, 2, 3, 6, 8, 13], "unit_test": [4, 8], "uniti": 14, "unless": [8, 15, 27, 29], "unlik": 7, "unlimit": 9, "unsteadi": 5, "until": [4, 20, 22, 30], "unus": [10, 29], "up": [4, 10, 13, 29, 34], "updat": [0, 1, 3, 15, 27, 34, 35], "uperiod": [11, 12], "upon": [1, 3, 10, 30], "upper": [5, 13, 26], "uref": 24, "us": [0, 1, 2, 3, 4, 6, 7, 8, 10, 11, 12, 13, 15, 16, 17, 18, 19, 20, 21, 22, 24, 25, 27, 28, 29, 30, 32, 37], "usag": [1, 4], "use_force_cfl": [11, 30], "use_godunov": [11, 27], "use_perturb_pressur": 8, "use_tensor_oper": 7, "user": [0, 2, 3, 4, 5, 6, 8, 10, 11, 14, 15, 17, 21, 22, 27, 30, 34], "usr": 36, "usual": 3, "utest": 4, "util": [3, 28, 35], "v": [5, 6, 7, 8, 20], "v5": 10, "v7": 10, "v_0": 5, "v_i": 5, "v_oo": 36, "v_p": 8, "valid": [6, 20, 29], "valu": [2, 4, 8, 10, 11, 12, 13, 14, 15, 17, 21, 24, 25, 27, 29, 30], "vari": [5, 8, 13, 36], "variabl": [0, 1, 3, 8, 9, 10, 12, 13, 15, 16, 28, 30, 35, 36], "variable_chord": 15, "varianc": 12, "variat": [12, 15, 21, 29], "varieti": [17, 35], "variou": [4, 6, 8, 11, 14, 30], "vdim": 9, "ve": 0, "vector": [0, 4, 7, 14, 15, 21, 22, 24], "veli": 3, "veloc": [4, 5, 7, 8, 9, 11, 12, 13, 15, 16, 17, 20, 21, 24, 27, 28, 29, 30, 36], "velocity_diffus": 7, "velocity_timet": 21, "velocityi": 36, "velocityx": 36, "velocityz": 36, "velx": 3, "velz": 3, "verbos": [4, 11, 20, 27], "veri": [0, 27, 30], "verif": [2, 6, 15], "verifi": [5, 7], "version": [1, 3, 8, 10, 14, 34], "vert_": 5, "vertic": [5, 17], "via": [3, 5, 7, 8, 10], "violat": 30, "virtual": [11, 13], "viscos": [5, 8, 11, 31], "viscou": 5, "visual": 15, "vmag": 36, "vmag_oo": 36, "vmax": 36, "vmin": 36, "vof": 22, "void": [0, 4], "volum": [7, 8, 11], "volume1": 22, "volumesampl": 22, "vort": 3, "vortex": 2, "vortic": [8, 14], "vorticitymagrefin": 14, "votd": 3, "vperiod": [11, 12], "vshort": 36, "w": [5, 7, 8, 21], "w2a": 29, "w2awav": 29, "w_oo": 36, "wa": 3, "wai": [0, 1, 8, 28], "wait": [22, 30], "wake": [6, 15], "wall": [5, 6, 12, 17], "wall_model": [11, 17], "wall_shear_stress_typ": 12, "want": [7, 17], "warn": [10, 15, 27, 30], "water": [8, 11, 29], "water_depth": 29, "wave": [11, 12, 22, 27], "wave_height": 29, "wave_length": 29, "wave_period": 29, "waveenergi": 33, "waves2amr": 29, "we": [0, 3, 4, 5, 7], "weakli": 13, "weather": 8, "weight": 13, "weighting_height": 13, "weighting_valu": 13, "well": [1, 3, 5, 6, 7, 8, 10, 27], "weno_j": 27, "weno_z": 27, "were": 4, "what": [0, 1, 28], "when": [0, 1, 4, 6, 9, 10, 12, 13, 15, 20, 21, 22, 27, 28, 29, 30, 36], "whenev": 30, "where": [3, 4, 5, 7, 8, 10, 14, 15, 20, 21, 22, 27, 29, 36], "wherea": [14, 15], "wherein": 13, "whether": [15, 26, 30], "which": [5, 8, 12, 13, 15, 16, 20, 21, 22, 27, 28, 29, 30, 32, 35, 36], "while": [0, 3, 4, 8, 15, 22, 29, 30], "who": 2, "whole": [5, 29], "why": 1, "widetild": 8, "width": [8, 29], "wind": [0, 1, 2, 3, 8, 15, 16, 17, 20, 21, 22, 24, 27, 28, 29, 30, 33, 35, 36, 37], "wind_direct": 24, "window": 16, "wing": 15, "within": [0, 1, 3, 4, 6, 8, 9, 11, 13, 16, 17, 20, 21, 22, 29, 34, 35], "without": [0, 3, 8, 13, 29], "word": 0, "work": [3, 17, 29], "workflow": [0, 4], "would": [4, 8, 15, 29, 30], "wrapper": 0, "wrf": 8, "write": [0, 2, 4, 7, 8, 9, 15, 18, 19, 21, 30], "write_checkpoint": 4, "write_last_checkpoint": 4, "write_last_plot_fil": 4, "write_plot_fil": 4, "written": [0, 1, 3, 4, 9, 10, 30, 33], "wtg01": 15, "x": [4, 5, 7, 8, 9, 10, 12, 14, 15, 17, 21, 22, 26, 27, 29, 36], "x_": 7, "x_j": 8, "x_oo": 36, "xaxi": 14, "xco": 36, "xhi": [9, 17], "xi": 7, "xlabel": 36, "xlo": [9, 17], "xshort": 36, "xz": 8, "y": [5, 7, 8, 9, 12, 14, 15, 17, 21, 26, 27, 29], "y_": 7, "yaxi": 14, "yet": [4, 15], "yhi": 17, "yield": 7, "ylabel": 36, "ylo": [9, 17], "you": [0, 1, 3, 4, 10], "your": [0, 1, 10, 20, 27, 34], "yz": 8, "z": [5, 7, 8, 9, 12, 14, 15, 17, 21, 22, 24, 26, 27, 29, 36], "z_": [5, 7, 8], "z_oo": 36, "z_partit": 17, "zang": 29, "zaxi": 14, "zco": 36, "zero": [5, 13, 14, 28, 30, 36], "zero_sea_level": 29, "zfill": 36, "zhi": [8, 11, 17], "zlo": [11, 17, 36], "zoffset": 24, "zone": 29, "zref": 24, "zshort": 36}, "titles": ["Coding Guidelines", "Documentation - user manual and source code docs", "Developer Documentation", "Regression testing", "Unit testing", "Verification", "AMR-Wind", "Mapping definition", "Theory Manual", "AMR-Wind ABL Boundary I/O", "Compiling AMR-Wind", "AMR-Wind inputs file", "Section: ABL", "Section: ABLMesoForcing", "Section: AMR Tagging", "Section: Actuator", "Section: Averaging", "Section: Boundary conditions", "Section: Enstrophy", "Section: KineticEnergy", "Section: MLMG options", "Section: Momentum Sources", "Section: Sampling", "Section: Static Refinement", "Section: SyntheticTurbulence", "Section: amr", "Section: geometry", "Section: incflo", "Section: io", "Section: Ocean Waves", "Section: time", "Section: transport", "Section: turbulence", "Post-processing Examples", "Running AMR-Wind", "Sampling", "FreeSurfaceSampler", "User Manual"], "titleterms": {"2d": 5, "abl": [8, 9, 12], "ablmesoforc": 13, "actuat": 15, "actuatorsourcetag": 15, "against": 3, "air": 22, "along": 22, "amd": 8, "amdnotherm": 8, "amr": [4, 5, 6, 9, 10, 11, 14, 25, 34], "amrex": 8, "an": 9, "arbitrari": 22, "architectur": 10, "ascii": 36, "assert": 4, "assimil": 13, "averag": 16, "basic": 4, "bc": 5, "bodi": 5, "boundari": [8, 9, 17], "box": 14, "break": 36, "build": [1, 5, 10], "burggraf": 5, "c": 0, "cartesian": 14, "caviti": 5, "channel": 5, "cmake": 10, "code": [0, 1, 8], "compil": 10, "comput": 7, "concept": 4, "condit": [7, 17], "configur": 10, "constant": 8, "convect": 5, "creat": 3, "criteria": 14, "criterion": 14, "ctv": 5, "current": 7, "dam": 36, "definit": 7, "depend": 10, "develop": 2, "differ": 5, "discret": 8, "doc": 1, "document": [1, 2], "driven": 5, "ekman": 5, "enabl": 3, "enstrophi": 18, "equat": [7, 8], "error": 14, "exampl": [3, 4, 33, 36], "except": 7, "fail": 3, "field": 14, "file": [3, 9, 11], "fixedwinglin": 15, "fixtur": 4, "flow": [5, 8], "forc": [5, 8], "format": 36, "freesurfacesampl": 36, "from": [5, 9, 10], "gener": [9, 10], "geometri": [14, 26], "godunov": 8, "gold": 3, "govern": [7, 8], "graviti": 8, "grid": 8, "guid": 0, "guidelin": 0, "handi": 7, "i": 9, "ident": 7, "implement": 7, "incflo": 27, "indic": 6, "indirect": 13, "inflow": [9, 17], "initi": 7, "input": 11, "interfac": 22, "io": 28, "kineticenergi": 19, "laminar": 5, "law": 8, "le": [5, 8], "lid": 5, "lidar": 22, "line": 22, "linear": 8, "link": 5, "locat": 22, "log": 8, "mac": 7, "manual": [1, 8, 37], "map": 7, "masa": 5, "mass": 17, "mesh": [7, 8], "mesoscal": 8, "mlmg": 20, "mm": 5, "model": 8, "mol": 8, "momentum": 21, "more": 22, "move": 22, "multiphas": 8, "nativ": 36, "navig": 8, "netcdf": 36, "new": 3, "nodal": 7, "non": 8, "o": 9, "ocean": 29, "one": 22, "openfast": 34, "option": [10, 20], "organ": 3, "other": 10, "outflow": 17, "output": [3, 33], "paramet": 5, "parmpars": 4, "partial": 13, "perform": 5, "physic": 8, "plane": 22, "post": 33, "pp_util": 4, "process": 33, "profil": 13, "project": 7, "q": 14, "quasi": 5, "recommend": 0, "refer": [10, 11], "refin": [14, 23], "regress": 3, "restart": 34, "result": 5, "run": [3, 4, 34], "sampl": [0, 22, 35], "scaffold": 4, "scale": 8, "schumann": 8, "section": [12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32], "simpl": 33, "simul": 9, "smagorinski": [5, 8], "solv": 8, "sourc": [1, 5, 8, 10, 21], "space": 7, "spack": 5, "specif": 10, "spiral": 5, "static": 23, "step": 8, "stress": 8, "stretch": [7, 8], "structur": 9, "style": 0, "sub": 8, "subgrid": 8, "symmetr": 8, "syntheticturbul": 24, "tabl": 6, "tag": 14, "taylor": 5, "term": 8, "test": [3, 4, 5], "theori": 8, "time": [8, 22, 30], "timestep": 7, "transport": 31, "troubleshoot": 3, "turbin": 34, "turbinefastlin": 15, "turbul": [8, 32], "unit": 4, "us": [5, 9, 14], "user": [1, 37], "util": 4, "valu": 5, "verif": 5, "virtual": 22, "volum": 22, "vortex": 5, "wall": 8, "water": 22, "wave": 29, "wind": [4, 5, 6, 9, 10, 11, 34], "write": 1}}) \ No newline at end of file +Search.setIndex({"alltitles": {"AMD model (for ABL)": [[8, "amd-model-for-abl"]], "AMDNoTherm model": [[8, "amdnotherm-model"]], "AMR-Wind": [[6, null]], "AMR-Wind ABL Boundary I/O": [[9, null]], "AMR-Wind inputs file": [[12, null]], "ASCII format: dam break example": [[36, "ascii-format-dam-break-example"]], "ActuatorSourceTagging": [[15, "actuatorsourcetagging"]], "Architecture options": [[10, "architecture-options"]], "Assertions": [[4, "assertions"]], "Basic unit test concepts": [[4, "basic-unit-test-concepts"]], "Building MASA from source": [[5, "building-masa-from-source"]], "Building MASA using Spack": [[5, "building-masa-using-spack"]], "Building and linking MASA": [[5, "building-and-linking-masa"]], "Building documentation": [[1, "building-documentation"]], "Building from source": [[10, "building-from-source"]], "Burggraf flow: lid-driven cavity with body force": [[5, "burggraf-flow-lid-driven-cavity-with-body-force"]], "CMake configuration reference": [[10, "cmake-configuration-reference"]], "Capabilities": [[11, "id1"]], "Capabilities and Roadmap": [[11, null]], "Channel flow (laminar, quasi-2D) with different BCs": [[5, "channel-flow-laminar-quasi-2d-with-different-bcs"]], "Channel flow with Smagorinsky LES": [[5, "channel-flow-with-smagorinsky-les"]], "Coding Guidelines": [[0, null]], "Compiling AMR-Wind": [[10, null]], "Constant stress model": [[8, "constant-stress-model"]], "Convecting Taylor Vortex (CTV)": [[5, "convecting-taylor-vortex-ctv"]], "Creating new regression tests": [[3, "creating-new-regression-tests"]], "Current development": [[11, "current-development"]], "Dependencies": [[10, "dependencies"]], "Developer Documentation": [[2, null]], "Discretization": [[8, "discretization"]], "Documentation - user manual and source code docs": [[1, null]], "Documenting source code": [[1, "documenting-source-code"]], "Ekman spiral": [[5, "ekman-spiral"]], "Enabling and running regression tests": [[3, "enabling-and-running-regression-tests"]], "Example output for a failed test": [[3, "example-output-for-a-failed-test"]], "Example unit tests": [[4, "example-unit-tests"]], "Exceptions to the current implementation": [[7, "exceptions-to-the-current-implementation"]], "FixedWingLine": [[15, "fixedwingline"]], "Flow physics": [[11, "flow-physics"]], "FreeSurfaceSampler": [[36, null]], "General CMake options": [[10, "general-cmake-options"]], "Generating the inflow file from an ABL simulation": [[9, "generating-the-inflow-file-from-an-abl-simulation"]], "Governing equations": [[8, "governing-equations"]], "Governing equations in stretched mesh space": [[7, "governing-equations-in-stretched-mesh-space"]], "Gravity Forcing": [[8, "gravity-forcing"]], "Handy identities": [[7, "handy-identities"]], "High performance computing": [[11, "high-performance-computing"]], "Indices and tables": [[6, "indices-and-tables"]], "Indirect Profile Assimilation": [[14, "indirect-profile-assimilation"]], "Inflow file structure": [[9, "inflow-file-structure"]], "Initial conditions & computing the timestep": [[7, "initial-conditions-computing-the-timestep"]], "Input file reference": [[12, "input-file-reference"]], "LES models for subgrid scales": [[8, "les-models-for-subgrid-scales"]], "Linking MASA to AMR-Wind": [[5, "linking-masa-to-amr-wind"]], "Log-law wall model": [[8, "log-law-wall-model"]], "MAC Projection": [[7, "mac-projection"]], "Mapping definition": [[7, null]], "Mass inflow boundary conditions": [[17, "mass-inflow-boundary-conditions"]], "Mass inflow-outflow boundary conditions": [[17, "mass-inflow-outflow-boundary-conditions"]], "Mesoscale Forcing": [[8, "mesoscale-forcing"]], "Methods and models": [[11, "methods-and-models"]], "Multiphase flow modelling": [[8, "multiphase-flow-modelling"]], "Native format: dam break example": [[36, "native-format-dam-break-example"]], "Navigating source code": [[8, "navigating-source-code"]], "NetCDF format: dam break example": [[36, "netcdf-format-dam-break-example"]], "Nodal Projection": [[7, "nodal-projection"]], "Non-linear Sub-grid Scale Model": [[8, "non-linear-sub-grid-scale-model"]], "Other AMR-Wind specific options": [[10, "other-amr-wind-specific-options"]], "Parameter values for testing": [[5, "parameter-values-for-testing"]], "Partial Profile Assimilation": [[14, "partial-profile-assimilation"]], "Performing the MMS verification": [[5, "performing-the-mms-verification"]], "Post-processing Examples": [[33, null]], "Refinement using Cartesian boxes": [[29, "refinement-using-cartesian-boxes"]], "Refinement using Q-Criterion": [[29, "refinement-using-q-criterion"]], "Refinement using field error criteria": [[29, "refinement-using-field-error-criteria"]], "Refinement using geometry": [[29, "refinement-using-geometry"]], "Regression testing": [[3, null]], "Restarting AMR-Wind": [[34, "restarting-amr-wind"]], "Restarting AMR-Wind with OpenFAST Turbines": [[34, "restarting-amr-wind-with-openfast-turbines"]], "Roadmap": [[11, "roadmap"]], "Running AMR-Wind": [[34, null]], "Running unit tests": [[4, "running-unit-tests"]], "Sample C++ code": [[0, "sample-c-code"]], "Sampling": [[35, null]], "Sampling along a line": [[22, "sampling-along-a-line"]], "Sampling along a line moving in time (virtual lidar)": [[22, "sampling-along-a-line-moving-in-time-virtual-lidar"]], "Sampling at arbitrary locations": [[22, "sampling-at-arbitrary-locations"]], "Sampling on a volume": [[22, "sampling-on-a-volume"]], "Sampling on one or more planes": [[22, "sampling-on-one-or-more-planes"]], "Sampling on the air-water interface": [[22, "sampling-on-the-air-water-interface"]], "Schumann model": [[8, "schumann-model"]], "Section: ABL": [[13, null]], "Section: ABLMesoForcing": [[14, null]], "Section: Actuator": [[15, null]], "Section: Averaging": [[16, null]], "Section: Boundary conditions": [[17, null]], "Section: Enstrophy": [[18, null]], "Section: KineticEnergy": [[19, null]], "Section: MLMG options": [[20, null]], "Section: Momentum Sources": [[21, null]], "Section: Ocean Waves": [[28, null]], "Section: Sampling": [[22, null]], "Section: SyntheticTurbulence": [[23, null]], "Section: amr": [[24, null]], "Section: geometry": [[25, null]], "Section: incflo": [[26, null]], "Section: io": [[27, null]], "Section: tagging": [[29, null]], "Section: time": [[30, null]], "Section: transport": [[31, null]], "Section: turbulence": [[32, null]], "Simple Outputs": [[33, "simple-outputs"]], "Smagorinsky model": [[8, "smagorinsky-model"]], "Solving physics on a stretched AMReX mesh": [[8, "solving-physics-on-a-stretched-amrex-mesh"]], "Source terms": [[8, "source-terms"]], "Static refinement": [[29, "static-refinement"]], "Style Guide/Recommendations": [[0, "style-guide-recommendations"]], "Symmetric wall boundary": [[8, "symmetric-wall-boundary"]], "Test file organization": [[3, "test-file-organization"]], "Test outputs and troubleshooting": [[3, "test-outputs-and-troubleshooting"]], "Test results": [[5, "test-results"]], "Testing against gold files": [[3, "testing-against-gold-files"]], "Tests and Test Fixtures": [[4, "tests-and-test-fixtures"]], "Theory Manual": [[8, null]], "Time Step \u2013 Godunov": [[8, "time-step-godunov"]], "Time Step \u2013 MOL": [[8, "time-step-mol"]], "TurbineFastLine": [[15, "turbinefastline"]], "Turbulence Models": [[8, "turbulence-models"]], "Unit test scaffolding": [[4, "unit-test-scaffolding"]], "Unit testing": [[4, null]], "Unit testing in AMR-Wind": [[4, "unit-testing-in-amr-wind"]], "User Manual": [[37, null]], "User documentation": [[1, "user-documentation"]], "Using an inflow file in an ABL simulation": [[9, "using-an-inflow-file-in-an-abl-simulation"]], "Verification": [[5, null]], "Wall models": [[8, "wall-models"]], "Writing user documentation": [[1, "writing-user-documentation"]], "pp_utils - ParmParse utilities": [[4, "pp-utils-parmparse-utilities"]]}, "docnames": ["developer/coding_guidelines", "developer/documentation", "developer/index", "developer/regression_testing", "developer/unit_testing", "developer/verification", "index", "theory/mapping", "theory/theory", "user/abl_bndry_io", "user/build", "user/features", "user/inputs", "user/inputs_ABL", "user/inputs_ABL_meso_forcing", "user/inputs_Actuator", "user/inputs_Averaging", "user/inputs_Boundary_conditions", "user/inputs_Enstrophy", "user/inputs_KineticEnergy", "user/inputs_MLMG", "user/inputs_Momentum_Sources", "user/inputs_Sampling", "user/inputs_SyntheticTurbulence", "user/inputs_amr", "user/inputs_geometry", "user/inputs_incflo", "user/inputs_io", "user/inputs_ocean_waves", "user/inputs_tagging", "user/inputs_time", "user/inputs_transport", "user/inputs_turbulence", "user/post_processing_examples", "user/run", "user/sampling", "user/sampling_freesurfacesampler", "user/user"], "envversion": {"sphinx": 62, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2}, "filenames": ["developer/coding_guidelines.rst", "developer/documentation.rst", "developer/index.rst", "developer/regression_testing.rst", "developer/unit_testing.rst", "developer/verification.rst", "index.rst", "theory/mapping.rst", "theory/theory.rst", "user/abl_bndry_io.rst", "user/build.rst", "user/features.rst", "user/inputs.rst", "user/inputs_ABL.rst", "user/inputs_ABL_meso_forcing.rst", "user/inputs_Actuator.rst", "user/inputs_Averaging.rst", "user/inputs_Boundary_conditions.rst", "user/inputs_Enstrophy.rst", "user/inputs_KineticEnergy.rst", "user/inputs_MLMG.rst", "user/inputs_Momentum_Sources.rst", "user/inputs_Sampling.rst", "user/inputs_SyntheticTurbulence.rst", "user/inputs_amr.rst", "user/inputs_geometry.rst", "user/inputs_incflo.rst", "user/inputs_io.rst", "user/inputs_ocean_waves.rst", "user/inputs_tagging.rst", "user/inputs_time.rst", "user/inputs_transport.rst", "user/inputs_turbulence.rst", "user/post_processing_examples.rst", "user/run.rst", "user/sampling.rst", "user/sampling_freesurfacesampler.rst", "user/user.rst"], "indexentries": {"abl.anelastic": [[13, "input_param-ABL.anelastic", false]], "abl.bndry_file": [[13, "input_param-ABL.bndry_file", false]], "abl.bndry_io_mode": [[13, "input_param-ABL.bndry_io_mode", false]], "abl.bndry_output_start_time": [[13, "input_param-ABL.bndry_output_start_time", false]], "abl.bndry_planes": [[13, "input_param-ABL.bndry_planes", false]], "abl.bndry_var_names": [[13, "input_param-ABL.bndry_var_names", false]], "abl.bottom_reference_pressure": [[13, "input_param-ABL.bottom_reference_pressure", false]], "abl.cutoff_height": [[13, "input_param-ABL.cutoff_height", false]], "abl.deltau": [[13, "input_param-ABL.deltaU", false]], "abl.deltav": [[13, "input_param-ABL.deltaV", false]], "abl.initial_condition_input_file": [[13, "input_param-ABL.initial_condition_input_file", false]], "abl.kappa": [[13, "input_param-ABL.kappa", false]], "abl.log_law_height": [[13, "input_param-ABL.log_law_height", false]], "abl.mesoscale_forcing": [[14, "input_param-ABL.mesoscale_forcing", false]], "abl.normal_direction": [[13, "input_param-ABL.normal_direction", false]], "abl.pertub_ref_height": [[13, "input_param-ABL.pertub_ref_height", false]], "abl.perturb_temperature": [[13, "input_param-ABL.perturb_temperature", false]], "abl.perturb_velocity": [[13, "input_param-ABL.perturb_velocity", false]], "abl.random_gauss_mean": [[13, "input_param-ABL.random_gauss_mean", false]], "abl.random_gauss_var": [[13, "input_param-ABL.random_gauss_var", false]], "abl.surface_roughness_z0": [[13, "input_param-ABL.surface_roughness_z0", false]], "abl.temperature_heights": [[13, "input_param-ABL.temperature_heights", false]], "abl.temperature_values": [[13, "input_param-ABL.temperature_values", false]], "abl.tendency_forcing": [[14, "input_param-ABL.tendency_forcing", false]], "abl.theta_amplitude": [[13, "input_param-ABL.theta_amplitude", false]], "abl.uperiods": [[13, "input_param-ABL.Uperiods", false]], "abl.vperiods": [[13, "input_param-ABL.Vperiods", false]], "abl.wall_shear_stress_type": [[13, "input_param-ABL.wall_shear_stress_type", false]], "ablforcing.abl_forcing_height": [[21, "input_param-ABLForcing.abl_forcing_height", false]], "ablforcing.forcing_timetable_frequency": [[21, "input_param-ABLForcing.forcing_timetable_frequency", false]], "ablforcing.forcing_timetable_output_file": [[21, "input_param-ABLForcing.forcing_timetable_output_file", false]], "ablforcing.forcing_timetable_start_time": [[21, "input_param-ABLForcing.forcing_timetable_start_time", false]], "ablforcing.velocity_timetable": [[21, "input_param-ABLForcing.velocity_timetable", false]], "ablmesoforcing*.constant_transition_height": [[14, "input_param-ABLMesoForcing-.constant_transition_height", false]], "ablmesoforcing*.control_gain": [[14, "input_param-ABLMesoForcing-.control_gain", false]], "ablmesoforcing*.forcing_scheme": [[14, "input_param-ABLMesoForcing-.forcing_scheme", false]], "ablmesoforcing*.forcing_transition": [[14, "input_param-ABLMesoForcing-.forcing_transition", false]], "ablmesoforcing*.normalize_by_zmax": [[14, "input_param-ABLMesoForcing-.normalize_by_zmax", false]], "ablmesoforcing*.transition_thickness": [[14, "input_param-ABLMesoForcing-.transition_thickness", false]], "ablmesoforcing*.weighting_heights": [[14, "input_param-ABLMesoForcing-.weighting_heights", false]], "ablmesoforcing*.weighting_values": [[14, "input_param-ABLMesoForcing-.weighting_values", false]], "actuator.f1.end": [[15, "input_param-Actuator.F1.end", false]], "actuator.f1.output_frequency": [[15, "input_param-Actuator.F1.output_frequency", false]], "actuator.f1.start": [[15, "input_param-Actuator.F1.start", false]], "actuator.fixedwingline.active_force_dirs": [[15, "input_param-Actuator.FixedWingLine.active_force_dirs", false]], "actuator.fixedwingline.airfoil_table": [[15, "input_param-Actuator.FixedWingLine.airfoil_table", false]], "actuator.fixedwingline.airfoil_type": [[15, "input_param-Actuator.FixedWingLine.airfoil_type", false]], "actuator.fixedwingline.chord": [[15, "input_param-Actuator.FixedWingLine.chord", false]], "actuator.fixedwingline.disable_spanwise_gaussian": [[15, "input_param-Actuator.FixedWingLine.disable_spanwise_gaussian", false]], "actuator.fixedwingline.epsilon": [[15, "input_param-Actuator.FixedWingLine.epsilon", false]], "actuator.fixedwingline.epsilon_chord": [[15, "input_param-Actuator.FixedWingLine.epsilon_chord", false]], "actuator.fixedwingline.fllc": [[15, "input_param-Actuator.FixedWingLine.fllc", false]], "actuator.fixedwingline.fllc_epsilon_dr_ratio": [[15, "input_param-Actuator.FixedWingLine.fllc_epsilon_dr_ratio", false]], "actuator.fixedwingline.fllc_nonuniform": [[15, "input_param-Actuator.FixedWingLine.fllc_nonuniform", false]], "actuator.fixedwingline.fllc_relaxation_factor": [[15, "input_param-Actuator.FixedWingLine.fllc_relaxation_factor", false]], "actuator.fixedwingline.fllc_start_time": [[15, "input_param-Actuator.FixedWingLine.fllc_start_time", false]], "actuator.fixedwingline.fllc_type": [[15, "input_param-Actuator.FixedWingLine.fllc_type", false]], "actuator.fixedwingline.motion_type": [[15, "input_param-Actuator.FixedWingLine.motion_type", false]], "actuator.fixedwingline.normalize_spanwise": [[15, "input_param-Actuator.FixedWingLine.normalize_spanwise", false]], "actuator.fixedwingline.num_points": [[15, "input_param-Actuator.FixedWingLine.num_points", false]], "actuator.fixedwingline.pitch": [[15, "input_param-Actuator.FixedWingLine.pitch", false]], "actuator.fixedwingline.pitch_timetable": [[15, "input_param-Actuator.FixedWingLine.pitch_timetable", false]], "actuator.fixedwingline.prescribed_uinf": [[15, "input_param-Actuator.FixedWingLine.prescribed_uinf", false]], "actuator.fixedwingline.sine_period": [[15, "input_param-Actuator.FixedWingLine.sine_period", false]], "actuator.fixedwingline.sine_vector": [[15, "input_param-Actuator.FixedWingLine.sine_vector", false]], "actuator.fixedwingline.span_locs": [[15, "input_param-Actuator.FixedWingLine.span_locs", false]], "actuator.fixedwingline.velocity": [[15, "input_param-Actuator.FixedWingLine.velocity", false]], "actuator.labels": [[15, "input_param-Actuator.labels", false]], "actuator.turbinefastline.density": [[15, "input_param-Actuator.TurbineFastLine.density", false]], "actuator.turbinefastline.epsilon": [[15, "input_param-Actuator.TurbineFastLine.epsilon", false]], "actuator.turbinefastline.epsilon_chord": [[15, "input_param-Actuator.TurbineFastLine.epsilon_chord", false]], "actuator.turbinefastline.fllc": [[15, "input_param-Actuator.TurbineFastLine.fllc", false]], "actuator.turbinefastline.fllc_relaxation_factor": [[15, "input_param-Actuator.TurbineFastLine.fllc_relaxation_factor", false]], "actuator.turbinefastline.fllc_type": [[15, "input_param-Actuator.TurbineFastLine.fllc_type", false]], "actuator.turbinefastline.hub_height": [[15, "input_param-Actuator.TurbineFastLine.hub_height", false]], "actuator.turbinefastline.nacelle_area": [[15, "input_param-Actuator.TurbineFastLine.nacelle_area", false]], "actuator.turbinefastline.nacelle_drag_coeff": [[15, "input_param-Actuator.TurbineFastLine.nacelle_drag_coeff", false]], "actuator.turbinefastline.num_points_blade": [[15, "input_param-Actuator.TurbineFastLine.num_points_blade", false]], "actuator.turbinefastline.num_points_tower": [[15, "input_param-Actuator.TurbineFastLine.num_points_tower", false]], "actuator.turbinefastline.openfast_start_time": [[15, "input_param-Actuator.TurbineFastLine.openfast_start_time", false]], "actuator.turbinefastline.openfast_stop_time": [[15, "input_param-Actuator.TurbineFastLine.openfast_stop_time", false]], "actuator.turbinefastline.output_frequency": [[15, "input_param-Actuator.TurbineFastLine.output_frequency", false]], "actuator.turbinefastline.rotor_diameter": [[15, "input_param-Actuator.TurbineFastLine.rotor_diameter", false]], "actuator.type": [[15, "input_param-Actuator.type", false]], "actuator.wtg01.openfast_input_file": [[15, "input_param-Actuator.WTG01.openfast_input_file", false]], "actuatorsourcetagging.actuator_source_threshold": [[15, "input_param-ActuatorSourceTagging.actuator_source_threshold", false]], "amr-wind input parameter": [[13, "input_param-ABL.Uperiods", false], [13, "input_param-ABL.Vperiods", false], [13, "input_param-ABL.anelastic", false], [13, "input_param-ABL.bndry_file", false], [13, "input_param-ABL.bndry_io_mode", false], [13, "input_param-ABL.bndry_output_start_time", false], [13, "input_param-ABL.bndry_planes", false], [13, "input_param-ABL.bndry_var_names", false], [13, "input_param-ABL.bottom_reference_pressure", false], [13, "input_param-ABL.cutoff_height", false], [13, "input_param-ABL.deltaU", false], [13, "input_param-ABL.deltaV", false], [13, "input_param-ABL.initial_condition_input_file", false], [13, "input_param-ABL.kappa", false], [13, "input_param-ABL.log_law_height", false], [13, "input_param-ABL.normal_direction", false], [13, "input_param-ABL.pertub_ref_height", false], [13, "input_param-ABL.perturb_temperature", false], [13, "input_param-ABL.perturb_velocity", false], [13, "input_param-ABL.random_gauss_mean", false], [13, "input_param-ABL.random_gauss_var", false], [13, "input_param-ABL.surface_roughness_z0", false], [13, "input_param-ABL.temperature_heights", false], [13, "input_param-ABL.temperature_values", false], [13, "input_param-ABL.theta_amplitude", false], [13, "input_param-ABL.wall_shear_stress_type", false], [14, "input_param-ABL.mesoscale_forcing", false], [14, "input_param-ABL.tendency_forcing", false], [14, "input_param-ABLMesoForcing-.constant_transition_height", false], [14, "input_param-ABLMesoForcing-.control_gain", false], [14, "input_param-ABLMesoForcing-.forcing_scheme", false], [14, "input_param-ABLMesoForcing-.forcing_transition", false], [14, "input_param-ABLMesoForcing-.normalize_by_zmax", false], [14, "input_param-ABLMesoForcing-.transition_thickness", false], [14, "input_param-ABLMesoForcing-.weighting_heights", false], [14, "input_param-ABLMesoForcing-.weighting_values", false], [15, "input_param-Actuator.F1.end", false], [15, "input_param-Actuator.F1.output_frequency", false], [15, "input_param-Actuator.F1.start", false], [15, "input_param-Actuator.FixedWingLine.active_force_dirs", false], [15, "input_param-Actuator.FixedWingLine.airfoil_table", false], [15, "input_param-Actuator.FixedWingLine.airfoil_type", false], [15, "input_param-Actuator.FixedWingLine.chord", false], [15, "input_param-Actuator.FixedWingLine.disable_spanwise_gaussian", false], [15, "input_param-Actuator.FixedWingLine.epsilon", false], [15, "input_param-Actuator.FixedWingLine.epsilon_chord", false], [15, "input_param-Actuator.FixedWingLine.fllc", false], [15, "input_param-Actuator.FixedWingLine.fllc_epsilon_dr_ratio", false], [15, "input_param-Actuator.FixedWingLine.fllc_nonuniform", false], [15, "input_param-Actuator.FixedWingLine.fllc_relaxation_factor", false], [15, "input_param-Actuator.FixedWingLine.fllc_start_time", false], [15, "input_param-Actuator.FixedWingLine.fllc_type", false], [15, "input_param-Actuator.FixedWingLine.motion_type", false], [15, "input_param-Actuator.FixedWingLine.normalize_spanwise", false], [15, "input_param-Actuator.FixedWingLine.num_points", false], [15, "input_param-Actuator.FixedWingLine.pitch", false], [15, "input_param-Actuator.FixedWingLine.pitch_timetable", false], [15, "input_param-Actuator.FixedWingLine.prescribed_uinf", false], [15, "input_param-Actuator.FixedWingLine.sine_period", false], [15, "input_param-Actuator.FixedWingLine.sine_vector", false], [15, "input_param-Actuator.FixedWingLine.span_locs", false], [15, "input_param-Actuator.FixedWingLine.velocity", false], [15, "input_param-Actuator.TurbineFastLine.density", false], [15, "input_param-Actuator.TurbineFastLine.epsilon", false], [15, "input_param-Actuator.TurbineFastLine.epsilon_chord", false], [15, "input_param-Actuator.TurbineFastLine.fllc", false], [15, "input_param-Actuator.TurbineFastLine.fllc_relaxation_factor", false], [15, "input_param-Actuator.TurbineFastLine.fllc_type", false], [15, "input_param-Actuator.TurbineFastLine.hub_height", false], [15, "input_param-Actuator.TurbineFastLine.nacelle_area", false], [15, "input_param-Actuator.TurbineFastLine.nacelle_drag_coeff", false], [15, "input_param-Actuator.TurbineFastLine.num_points_blade", false], [15, "input_param-Actuator.TurbineFastLine.num_points_tower", false], [15, "input_param-Actuator.TurbineFastLine.openfast_start_time", false], [15, "input_param-Actuator.TurbineFastLine.openfast_stop_time", false], [15, "input_param-Actuator.TurbineFastLine.output_frequency", false], [15, "input_param-Actuator.TurbineFastLine.rotor_diameter", false], [15, "input_param-Actuator.WTG01.openfast_input_file", false], [15, "input_param-Actuator.labels", false], [15, "input_param-Actuator.type", false], [15, "input_param-ActuatorSourceTagging.actuator_source_threshold", false], [16, "input_param-averaging.averaging_start_time", false], [16, "input_param-averaging.averaging_stop_time", false], [16, "input_param-averaging.averaging_window", false], [17, "input_param-xlo.temperature-or-ylo.temperature-etc", false], [17, "input_param-xlo.type-or-ylo.type-zlo.type-xhi.type-yhi.type-zhi.type", false], [18, "input_param-enst.output_frequency", false], [18, "input_param-enst.type", false], [19, "input_param-ke.output_frequency", false], [19, "input_param-ke.type", false], [20, "input_param-diffusion.bottom_atol", false], [20, "input_param-diffusion.bottom_maxiter", false], [20, "input_param-diffusion.bottom_rtol", false], [20, "input_param-diffusion.bottom_solver", false], [20, "input_param-diffusion.bottom_verbose", false], [20, "input_param-diffusion.do_fixed_iters", false], [20, "input_param-diffusion.fmg_maxiter", false], [20, "input_param-diffusion.hypre_interface", false], [20, "input_param-diffusion.hypre_namespace", false], [20, "input_param-diffusion.max_coarsening_level", false], [20, "input_param-diffusion.max_order", false], [20, "input_param-diffusion.maxiter", false], [20, "input_param-diffusion.mg_atol", false], [20, "input_param-diffusion.mg_rtol", false], [20, "input_param-diffusion.num_bottom_smooth", false], [20, "input_param-diffusion.num_final_smooth", false], [20, "input_param-diffusion.num_post_smooth", false], [20, "input_param-diffusion.num_pre_smooth", false], [20, "input_param-diffusion.verbose", false], [21, "input_param-ABLForcing.abl_forcing_height", false], [21, "input_param-ABLForcing.forcing_timetable_frequency", false], [21, "input_param-ABLForcing.forcing_timetable_output_file", false], [21, "input_param-ABLForcing.forcing_timetable_start_time", false], [21, "input_param-ABLForcing.velocity_timetable", false], [21, "input_param-BodyForce.angular_frequency", false], [21, "input_param-BodyForce.bodyforce_file", false], [21, "input_param-BodyForce.magnitude", false], [21, "input_param-BodyForce.type", false], [21, "input_param-BodyForce.uniform_timetable_file", false], [21, "input_param-BoussinesqBuoyancy.reference_temperature", false], [21, "input_param-BoussinesqBuoyancy.thermal_expansion_coeff", false], [21, "input_param-CoriolisForcing.east_vector", false], [21, "input_param-CoriolisForcing.latitude", false], [21, "input_param-CoriolisForcing.north_vector", false], [21, "input_param-CoriolisForcing.rotational_time_period", false], [21, "input_param-GeostrophicForcing.geostrophic_wind", false], [21, "input_param-GeostrophicForcing.geostrophic_wind_timetable", false], [21, "input_param-ICNS.source_terms", false], [22, "input_param-sampling.derived_fields", false], [22, "input_param-sampling.fields", false], [22, "input_param-sampling.int_fields", false], [22, "input_param-sampling.labels", false], [22, "input_param-sampling.output_delay", false], [22, "input_param-sampling.output_format", false], [22, "input_param-sampling.output_frequency", false], [23, "input_param-SynthTurb.gauss_smearing_factor", false], [23, "input_param-SynthTurb.grid_location", false], [23, "input_param-SynthTurb.mean_wind_type", false], [23, "input_param-SynthTurb.shear_exponent", false], [23, "input_param-SynthTurb.time_offset", false], [23, "input_param-SynthTurb.turbulence_file", false], [23, "input_param-SynthTurb.umax", false], [23, "input_param-SynthTurb.umin", false], [23, "input_param-SynthTurb.uref", false], [23, "input_param-SynthTurb.wind_direction", false], [23, "input_param-SynthTurb.zoffset", false], [23, "input_param-SynthTurb.zref", false], [24, "input_param-amr.blocking_factor", false], [24, "input_param-amr.max_grid_size", false], [24, "input_param-amr.max_level", false], [24, "input_param-amr.n_cell", false], [25, "input_param-geometry.is_periodic", false], [25, "input_param-geometry.mesh_mapping", false], [25, "input_param-geometry.prob_hi", false], [25, "input_param-geometry.prob_hi_physical", false], [25, "input_param-geometry.prob_lo", false], [26, "input_param-incflo.constant_density", false], [26, "input_param-incflo.density", false], [26, "input_param-incflo.diffusion_type", false], [26, "input_param-incflo.do_initial_proj", false], [26, "input_param-incflo.godunov_type", false], [26, "input_param-incflo.godunov_use_forces_in_trans", false], [26, "input_param-incflo.initial_iterations", false], [26, "input_param-incflo.physics", false], [26, "input_param-incflo.post_processing", false], [26, "input_param-incflo.use_godunov", false], [26, "input_param-incflo.velocity", false], [26, "input_param-incflo.verbose", false], [27, "input_param-io.allow_missing_restart_fields", false], [27, "input_param-io.check_file", false], [27, "input_param-io.int_outputs", false], [27, "input_param-io.output_default_variables", false], [27, "input_param-io.outputs", false], [27, "input_param-io.plot_file", false], [27, "input_param-io.post_processing_directory", false], [27, "input_param-io.restart_file", false], [27, "input_param-io.skip_outputs", false], [28, "input_param-OceanWaves.label", false], [28, "input_param-OceanWaves.label.HOS_init_time", false], [28, "input_param-OceanWaves.label.HOS_init_timestep", false], [28, "input_param-OceanWaves.label.HOS_modes_filename", false], [28, "input_param-OceanWaves.label.fftw_planner_flag", false], [28, "input_param-OceanWaves.label.initialize_wave_field", false], [28, "input_param-OceanWaves.label.interp_spacing_at_surface", false], [28, "input_param-OceanWaves.label.number_interp_above_surface", false], [28, "input_param-OceanWaves.label.number_interp_points_in_z", false], [28, "input_param-OceanWaves.label.numerical_beach_length", false], [28, "input_param-OceanWaves.label.numerical_beach_length_factor", false], [28, "input_param-OceanWaves.label.order", false], [28, "input_param-OceanWaves.label.relax_zone_gen_length", false], [28, "input_param-OceanWaves.label.relax_zone_out_length", false], [28, "input_param-OceanWaves.label.stokes_wavelength_iter_max", false], [28, "input_param-OceanWaves.label.stokes_wavelength_order", false], [28, "input_param-OceanWaves.label.stokes_wavelength_tolerance", false], [28, "input_param-OceanWaves.label.timeramp_period", false], [28, "input_param-OceanWaves.label.type", false], [28, "input_param-OceanWaves.label.water_depth", false], [28, "input_param-OceanWaves.label.wave_height", false], [28, "input_param-OceanWaves.label.wave_length", false], [28, "input_param-OceanWaves.label.wave_period", false], [28, "input_param-OceanWaves.label.zero_sea_level", false], [29, "input_param-tagging.CartBoxRefinement.static_refinement_def", false], [29, "input_param-tagging.FieldRefinement.field_error", false], [29, "input_param-tagging.FieldRefinement.field_name", false], [29, "input_param-tagging.FieldRefinement.grad_error", false], [29, "input_param-tagging.GeoemtryRefinement.level", false], [29, "input_param-tagging.GeometryRefinement.max_level", false], [29, "input_param-tagging.GeometryRefinement.min_level", false], [29, "input_param-tagging.GeometryRefinement.shapes", false], [29, "input_param-tagging.QCriterionRefinement.nondim", false], [29, "input_param-tagging.QCriterionRefinement.values", false], [29, "input_param-tagging.labels", false], [29, "input_param-tagging.static_refinement", false], [29, "input_param-tagging.static_refinement_def", false], [30, "input_param-time.cfl", false], [30, "input_param-time.checkpoint_delay", false], [30, "input_param-time.checkpoint_interval", false], [30, "input_param-time.checkpoint_start", false], [30, "input_param-time.checkpoint_time_delay", false], [30, "input_param-time.checkpoint_time_interval", false], [30, "input_param-time.checkpoint_time_interval_reltol", false], [30, "input_param-time.enforce_checkpoint_dt_reltol", false], [30, "input_param-time.enforce_checkpoint_time_dt", false], [30, "input_param-time.enforce_plot_dt_reltol", false], [30, "input_param-time.enforce_plot_time_dt", false], [30, "input_param-time.fixed_dt", false], [30, "input_param-time.init_shrink", false], [30, "input_param-time.initial_dt", false], [30, "input_param-time.max_dt_growth", false], [30, "input_param-time.max_step", false], [30, "input_param-time.plot_delay", false], [30, "input_param-time.plot_interval", false], [30, "input_param-time.plot_start", false], [30, "input_param-time.plot_time_delay", false], [30, "input_param-time.plot_time_interval", false], [30, "input_param-time.plot_time_interval_reltol", false], [30, "input_param-time.regrid_interval", false], [30, "input_param-time.regrid_start", false], [30, "input_param-time.stop_time", false], [30, "input_param-time.use_force_cfl", false], [31, "input_param-transport.laminar_prandtl", false], [31, "input_param-transport.model", false], [31, "input_param-transport.turbulent_prandtl", false], [31, "input_param-transport.viscosity", false], [32, "input_param-Smagorinsky_coeffs.Cs", false], [32, "input_param-turbulence.model", false]], "amr.blocking_factor": [[24, "input_param-amr.blocking_factor", false]], "amr.max_grid_size": [[24, "input_param-amr.max_grid_size", false]], "amr.max_level": [[24, "input_param-amr.max_level", false]], "amr.n_cell": [[24, "input_param-amr.n_cell", false]], "amr_wind_enable_all_warnings": [[10, "cmakeval-AMR_WIND_ENABLE_ALL_WARNINGS", false]], "amr_wind_enable_cuda": [[10, "cmakeval-AMR_WIND_ENABLE_CUDA", false]], "amr_wind_enable_masa": [[10, "cmakeval-AMR_WIND_ENABLE_MASA", false]], "amr_wind_enable_mpi": [[10, "cmakeval-AMR_WIND_ENABLE_MPI", false]], "amr_wind_enable_netcdf": [[10, "cmakeval-AMR_WIND_ENABLE_NETCDF", false]], "amr_wind_enable_openmp": [[10, "cmakeval-AMR_WIND_ENABLE_OPENMP", false]], "amr_wind_enable_rocm": [[10, "cmakeval-AMR_WIND_ENABLE_ROCM", false]], "amr_wind_enable_sycl": [[10, "cmakeval-AMR_WIND_ENABLE_SYCL", false]], "amr_wind_enable_tests": [[10, "cmakeval-AMR_WIND_ENABLE_TESTS", false]], "amr_wind_reference_golds_directory": [[10, "cmakeval-AMR_WIND_REFERENCE_GOLDS_DIRECTORY", false]], "amr_wind_save_golds": [[10, "cmakeval-AMR_WIND_SAVE_GOLDS", false]], "amr_wind_saved_golds_directory": [[10, "cmakeval-AMR_WIND_SAVED_GOLDS_DIRECTORY", false]], "amr_wind_test_with_fcompare": [[10, "cmakeval-AMR_WIND_TEST_WITH_FCOMPARE", false]], "amr_wind_test_with_python": [[10, "cmakeval-AMR_WIND_TEST_WITH_PYTHON", false]], "amr_wind_tests::amrextest (c++ class)": [[4, "_CPPv4N14amr_wind_tests9AmrexTestE", false]], "amr_wind_tests::amrextestenv (c++ class)": [[4, "_CPPv4N14amr_wind_tests12AmrexTestEnvE", false]], "amr_wind_tests::amrtestmesh (c++ class)": [[4, "_CPPv4N14amr_wind_tests11AmrTestMeshE", false]], "amr_wind_tests::default_mesh_inputs (c++ function)": [[4, "_CPPv4N14amr_wind_tests19default_mesh_inputsEv", false]], "amr_wind_tests::default_time_inputs (c++ function)": [[4, "_CPPv4N14amr_wind_tests19default_time_inputsEv", false]], "amr_wind_tests::meshtest (c++ class)": [[4, "_CPPv4N14amr_wind_tests8MeshTestE", false]], "amr_wind_tests::meshtest::create_mesh_instance (c++ function)": [[4, "_CPPv4N14amr_wind_tests8MeshTest20create_mesh_instanceEv", false]], "amr_wind_tests::meshtest::initialize_mesh (c++ function)": [[4, "_CPPv4N14amr_wind_tests8MeshTest15initialize_meshEv", false]], "amr_wind_tests::meshtest::populate_parameters (c++ function)": [[4, "_CPPv4N14amr_wind_tests8MeshTest19populate_parametersEv", false]], "amr_wind_use_internal_amrex": [[10, "cmakeval-AMR_WIND_USE_INTERNAL_AMREX", false]], "averaging.averaging_start_time": [[16, "input_param-averaging.averaging_start_time", false]], "averaging.averaging_stop_time": [[16, "input_param-averaging.averaging_stop_time", false]], "averaging.averaging_window": [[16, "input_param-averaging.averaging_window", false]], "bodyforce.angular_frequency": [[21, "input_param-BodyForce.angular_frequency", false]], "bodyforce.bodyforce_file": [[21, "input_param-BodyForce.bodyforce_file", false]], "bodyforce.magnitude": [[21, "input_param-BodyForce.magnitude", false]], "bodyforce.type": [[21, "input_param-BodyForce.type", false]], "bodyforce.uniform_timetable_file": [[21, "input_param-BodyForce.uniform_timetable_file", false]], "boussinesqbuoyancy.reference_temperature": [[21, "input_param-BoussinesqBuoyancy.reference_temperature", false]], "boussinesqbuoyancy.thermal_expansion_coeff": [[21, "input_param-BoussinesqBuoyancy.thermal_expansion_coeff", false]], "cmake configuration": [[10, "cmakeval-AMR_WIND_ENABLE_ALL_WARNINGS", false], [10, "cmakeval-AMR_WIND_ENABLE_CUDA", false], [10, "cmakeval-AMR_WIND_ENABLE_MASA", false], [10, "cmakeval-AMR_WIND_ENABLE_MPI", false], [10, "cmakeval-AMR_WIND_ENABLE_NETCDF", false], [10, "cmakeval-AMR_WIND_ENABLE_OPENMP", false], [10, "cmakeval-AMR_WIND_ENABLE_ROCM", false], [10, "cmakeval-AMR_WIND_ENABLE_SYCL", false], [10, "cmakeval-AMR_WIND_ENABLE_TESTS", false], [10, "cmakeval-AMR_WIND_REFERENCE_GOLDS_DIRECTORY", false], [10, "cmakeval-AMR_WIND_SAVED_GOLDS_DIRECTORY", false], [10, "cmakeval-AMR_WIND_SAVE_GOLDS", false], [10, "cmakeval-AMR_WIND_TEST_WITH_FCOMPARE", false], [10, "cmakeval-AMR_WIND_TEST_WITH_PYTHON", false], [10, "cmakeval-AMR_WIND_USE_INTERNAL_AMREX", false], [10, "cmakeval-CMAKE_BUILD_TYPE", false], [10, "cmakeval-CMAKE_CXX_COMPILER", false], [10, "cmakeval-CMAKE_CXX_FLAGS", false], [10, "cmakeval-CMAKE_C_COMPILER", false], [10, "cmakeval-CMAKE_C_FLAGS", false], [10, "cmakeval-CMAKE_Fortran_COMPILER", false], [10, "cmakeval-CMAKE_Fortran_FLAGS", false], [10, "cmakeval-CMAKE_INSTALL_PREFIX", false]], "cmake_build_type": [[10, "cmakeval-CMAKE_BUILD_TYPE", false]], "cmake_c_compiler": [[10, "cmakeval-CMAKE_C_COMPILER", false]], "cmake_c_flags": [[10, "cmakeval-CMAKE_C_FLAGS", false]], "cmake_cxx_compiler": [[10, "cmakeval-CMAKE_CXX_COMPILER", false]], "cmake_cxx_flags": [[10, "cmakeval-CMAKE_CXX_FLAGS", false]], "cmake_fortran_compiler": [[10, "cmakeval-CMAKE_Fortran_COMPILER", false]], "cmake_fortran_flags": [[10, "cmakeval-CMAKE_Fortran_FLAGS", false]], "cmake_install_prefix": [[10, "cmakeval-CMAKE_INSTALL_PREFIX", false]], "coriolisforcing.east_vector": [[21, "input_param-CoriolisForcing.east_vector", false]], "coriolisforcing.latitude": [[21, "input_param-CoriolisForcing.latitude", false]], "coriolisforcing.north_vector": [[21, "input_param-CoriolisForcing.north_vector", false]], "coriolisforcing.rotational_time_period": [[21, "input_param-CoriolisForcing.rotational_time_period", false]], "diffusion.bottom_atol": [[20, "input_param-diffusion.bottom_atol", false]], "diffusion.bottom_maxiter": [[20, "input_param-diffusion.bottom_maxiter", false]], "diffusion.bottom_rtol": [[20, "input_param-diffusion.bottom_rtol", false]], "diffusion.bottom_solver": [[20, "input_param-diffusion.bottom_solver", false]], "diffusion.bottom_verbose": [[20, "input_param-diffusion.bottom_verbose", false]], "diffusion.do_fixed_iters": [[20, "input_param-diffusion.do_fixed_iters", false]], "diffusion.fmg_maxiter": [[20, "input_param-diffusion.fmg_maxiter", false]], "diffusion.hypre_interface": [[20, "input_param-diffusion.hypre_interface", false]], "diffusion.hypre_namespace": [[20, "input_param-diffusion.hypre_namespace", false]], "diffusion.max_coarsening_level": [[20, "input_param-diffusion.max_coarsening_level", false]], "diffusion.max_order": [[20, "input_param-diffusion.max_order", false]], "diffusion.maxiter": [[20, "input_param-diffusion.maxiter", false]], "diffusion.mg_atol": [[20, "input_param-diffusion.mg_atol", false]], "diffusion.mg_rtol": [[20, "input_param-diffusion.mg_rtol", false]], "diffusion.num_bottom_smooth": [[20, "input_param-diffusion.num_bottom_smooth", false]], "diffusion.num_final_smooth": [[20, "input_param-diffusion.num_final_smooth", false]], "diffusion.num_post_smooth": [[20, "input_param-diffusion.num_post_smooth", false]], "diffusion.num_pre_smooth": [[20, "input_param-diffusion.num_pre_smooth", false]], "diffusion.verbose": [[20, "input_param-diffusion.verbose", false]], "enst.output_frequency": [[18, "input_param-enst.output_frequency", false]], "enst.type": [[18, "input_param-enst.type", false]], "geometry.is_periodic": [[25, "input_param-geometry.is_periodic", false]], "geometry.mesh_mapping": [[25, "input_param-geometry.mesh_mapping", false]], "geometry.prob_hi": [[25, "input_param-geometry.prob_hi", false]], "geometry.prob_hi_physical": [[25, "input_param-geometry.prob_hi_physical", false]], "geometry.prob_lo": [[25, "input_param-geometry.prob_lo", false]], "geostrophicforcing.geostrophic_wind": [[21, "input_param-GeostrophicForcing.geostrophic_wind", false]], "geostrophicforcing.geostrophic_wind_timetable": [[21, "input_param-GeostrophicForcing.geostrophic_wind_timetable", false]], "icns.source_terms": [[21, "input_param-ICNS.source_terms", false]], "incflo.constant_density": [[26, "input_param-incflo.constant_density", false]], "incflo.density": [[26, "input_param-incflo.density", false]], "incflo.diffusion_type": [[26, "input_param-incflo.diffusion_type", false]], "incflo.do_initial_proj": [[26, "input_param-incflo.do_initial_proj", false]], "incflo.godunov_type": [[26, "input_param-incflo.godunov_type", false]], "incflo.godunov_use_forces_in_trans": [[26, "input_param-incflo.godunov_use_forces_in_trans", false]], "incflo.initial_iterations": [[26, "input_param-incflo.initial_iterations", false]], "incflo.physics": [[26, "input_param-incflo.physics", false]], "incflo.post_processing": [[26, "input_param-incflo.post_processing", false]], "incflo.use_godunov": [[26, "input_param-incflo.use_godunov", false]], "incflo.velocity": [[26, "input_param-incflo.velocity", false]], "incflo.verbose": [[26, "input_param-incflo.verbose", false]], "io.allow_missing_restart_fields": [[27, "input_param-io.allow_missing_restart_fields", false]], "io.check_file": [[27, "input_param-io.check_file", false]], "io.int_outputs": [[27, "input_param-io.int_outputs", false]], "io.output_default_variables": [[27, "input_param-io.output_default_variables", false]], "io.outputs": [[27, "input_param-io.outputs", false]], "io.plot_file": [[27, "input_param-io.plot_file", false]], "io.post_processing_directory": [[27, "input_param-io.post_processing_directory", false]], "io.restart_file": [[27, "input_param-io.restart_file", false]], "io.skip_outputs": [[27, "input_param-io.skip_outputs", false]], "ke.output_frequency": [[19, "input_param-ke.output_frequency", false]], "ke.type": [[19, "input_param-ke.type", false]], "oceanwaves.label": [[28, "input_param-OceanWaves.label", false]], "oceanwaves.label.fftw_planner_flag": [[28, "input_param-OceanWaves.label.fftw_planner_flag", false]], "oceanwaves.label.hos_init_time": [[28, "input_param-OceanWaves.label.HOS_init_time", false]], "oceanwaves.label.hos_init_timestep": [[28, "input_param-OceanWaves.label.HOS_init_timestep", false]], "oceanwaves.label.hos_modes_filename": [[28, "input_param-OceanWaves.label.HOS_modes_filename", false]], "oceanwaves.label.initialize_wave_field": [[28, "input_param-OceanWaves.label.initialize_wave_field", false]], "oceanwaves.label.interp_spacing_at_surface": [[28, "input_param-OceanWaves.label.interp_spacing_at_surface", false]], "oceanwaves.label.number_interp_above_surface": [[28, "input_param-OceanWaves.label.number_interp_above_surface", false]], "oceanwaves.label.number_interp_points_in_z": [[28, "input_param-OceanWaves.label.number_interp_points_in_z", false]], "oceanwaves.label.numerical_beach_length": [[28, "input_param-OceanWaves.label.numerical_beach_length", false]], "oceanwaves.label.numerical_beach_length_factor": [[28, "input_param-OceanWaves.label.numerical_beach_length_factor", false]], "oceanwaves.label.order": [[28, "input_param-OceanWaves.label.order", false]], "oceanwaves.label.relax_zone_gen_length": [[28, "input_param-OceanWaves.label.relax_zone_gen_length", false]], "oceanwaves.label.relax_zone_out_length": [[28, "input_param-OceanWaves.label.relax_zone_out_length", false]], "oceanwaves.label.stokes_wavelength_iter_max": [[28, "input_param-OceanWaves.label.stokes_wavelength_iter_max", false]], "oceanwaves.label.stokes_wavelength_order": [[28, "input_param-OceanWaves.label.stokes_wavelength_order", false]], "oceanwaves.label.stokes_wavelength_tolerance": [[28, "input_param-OceanWaves.label.stokes_wavelength_tolerance", false]], "oceanwaves.label.timeramp_period": [[28, "input_param-OceanWaves.label.timeramp_period", false]], "oceanwaves.label.type": [[28, "input_param-OceanWaves.label.type", false]], "oceanwaves.label.water_depth": [[28, "input_param-OceanWaves.label.water_depth", false]], "oceanwaves.label.wave_height": [[28, "input_param-OceanWaves.label.wave_height", false]], "oceanwaves.label.wave_length": [[28, "input_param-OceanWaves.label.wave_length", false]], "oceanwaves.label.wave_period": [[28, "input_param-OceanWaves.label.wave_period", false]], "oceanwaves.label.zero_sea_level": [[28, "input_param-OceanWaves.label.zero_sea_level", false]], "sampling.derived_fields": [[22, "input_param-sampling.derived_fields", false]], "sampling.fields": [[22, "input_param-sampling.fields", false]], "sampling.int_fields": [[22, "input_param-sampling.int_fields", false]], "sampling.labels": [[22, "input_param-sampling.labels", false]], "sampling.output_delay": [[22, "input_param-sampling.output_delay", false]], "sampling.output_format": [[22, "input_param-sampling.output_format", false]], "sampling.output_frequency": [[22, "input_param-sampling.output_frequency", false]], "smagorinsky_coeffs.cs": [[32, "input_param-Smagorinsky_coeffs.Cs", false]], "synthturb.gauss_smearing_factor": [[23, "input_param-SynthTurb.gauss_smearing_factor", false]], "synthturb.grid_location": [[23, "input_param-SynthTurb.grid_location", false]], "synthturb.mean_wind_type": [[23, "input_param-SynthTurb.mean_wind_type", false]], "synthturb.shear_exponent": [[23, "input_param-SynthTurb.shear_exponent", false]], "synthturb.time_offset": [[23, "input_param-SynthTurb.time_offset", false]], "synthturb.turbulence_file": [[23, "input_param-SynthTurb.turbulence_file", false]], "synthturb.umax": [[23, "input_param-SynthTurb.umax", false]], "synthturb.umin": [[23, "input_param-SynthTurb.umin", false]], "synthturb.uref": [[23, "input_param-SynthTurb.uref", false]], "synthturb.wind_direction": [[23, "input_param-SynthTurb.wind_direction", false]], "synthturb.zoffset": [[23, "input_param-SynthTurb.zoffset", false]], "synthturb.zref": [[23, "input_param-SynthTurb.zref", false]], "tagging.cartboxrefinement.static_refinement_def": [[29, "input_param-tagging.CartBoxRefinement.static_refinement_def", false]], "tagging.fieldrefinement.field_error": [[29, "input_param-tagging.FieldRefinement.field_error", false]], "tagging.fieldrefinement.field_name": [[29, "input_param-tagging.FieldRefinement.field_name", false]], "tagging.fieldrefinement.grad_error": [[29, "input_param-tagging.FieldRefinement.grad_error", false]], "tagging.geoemtryrefinement.level": [[29, "input_param-tagging.GeoemtryRefinement.level", false]], "tagging.geometryrefinement.max_level": [[29, "input_param-tagging.GeometryRefinement.max_level", false]], "tagging.geometryrefinement.min_level": [[29, "input_param-tagging.GeometryRefinement.min_level", false]], "tagging.geometryrefinement.shapes": [[29, "input_param-tagging.GeometryRefinement.shapes", false]], "tagging.labels": [[29, "input_param-tagging.labels", false]], "tagging.qcriterionrefinement.nondim": [[29, "input_param-tagging.QCriterionRefinement.nondim", false]], "tagging.qcriterionrefinement.values": [[29, "input_param-tagging.QCriterionRefinement.values", false]], "tagging.static_refinement": [[29, "input_param-tagging.static_refinement", false]], "tagging.static_refinement_def": [[29, "input_param-tagging.static_refinement_def", false]], "time.cfl": [[30, "input_param-time.cfl", false]], "time.checkpoint_delay": [[30, "input_param-time.checkpoint_delay", false]], "time.checkpoint_interval": [[30, "input_param-time.checkpoint_interval", false]], "time.checkpoint_start": [[30, "input_param-time.checkpoint_start", false]], "time.checkpoint_time_delay": [[30, "input_param-time.checkpoint_time_delay", false]], "time.checkpoint_time_interval": [[30, "input_param-time.checkpoint_time_interval", false]], "time.checkpoint_time_interval_reltol": [[30, "input_param-time.checkpoint_time_interval_reltol", false]], "time.enforce_checkpoint_dt_reltol": [[30, "input_param-time.enforce_checkpoint_dt_reltol", false]], "time.enforce_checkpoint_time_dt": [[30, "input_param-time.enforce_checkpoint_time_dt", false]], "time.enforce_plot_dt_reltol": [[30, "input_param-time.enforce_plot_dt_reltol", false]], "time.enforce_plot_time_dt": [[30, "input_param-time.enforce_plot_time_dt", false]], "time.fixed_dt": [[30, "input_param-time.fixed_dt", false]], "time.init_shrink": [[30, "input_param-time.init_shrink", false]], "time.initial_dt": [[30, "input_param-time.initial_dt", false]], "time.max_dt_growth": [[30, "input_param-time.max_dt_growth", false]], "time.max_step": [[30, "input_param-time.max_step", false]], "time.plot_delay": [[30, "input_param-time.plot_delay", false]], "time.plot_interval": [[30, "input_param-time.plot_interval", false]], "time.plot_start": [[30, "input_param-time.plot_start", false]], "time.plot_time_delay": [[30, "input_param-time.plot_time_delay", false]], "time.plot_time_interval": [[30, "input_param-time.plot_time_interval", false]], "time.plot_time_interval_reltol": [[30, "input_param-time.plot_time_interval_reltol", false]], "time.regrid_interval": [[30, "input_param-time.regrid_interval", false]], "time.regrid_start": [[30, "input_param-time.regrid_start", false]], "time.stop_time": [[30, "input_param-time.stop_time", false]], "time.use_force_cfl": [[30, "input_param-time.use_force_cfl", false]], "transport.laminar_prandtl": [[31, "input_param-transport.laminar_prandtl", false]], "transport.model": [[31, "input_param-transport.model", false]], "transport.turbulent_prandtl": [[31, "input_param-transport.turbulent_prandtl", false]], "transport.viscosity": [[31, "input_param-transport.viscosity", false]], "turbulence.model": [[32, "input_param-turbulence.model", false]], "xlo.temperature (or ylo.temperature, etc)": [[17, "input_param-xlo.temperature-or-ylo.temperature-etc", false]], "xlo.type (or ylo.type, zlo.type, xhi.type, yhi.type, zhi.type)": [[17, "input_param-xlo.type-or-ylo.type-zlo.type-xhi.type-yhi.type-zhi.type", false]]}, "objects": {"": [[4, 0, 1, "_CPPv4N14amr_wind_tests11AmrTestMeshE", "amr_wind_tests::AmrTestMesh"], [4, 0, 1, "_CPPv4N14amr_wind_tests9AmrexTestE", "amr_wind_tests::AmrexTest"], [4, 0, 1, "_CPPv4N14amr_wind_tests12AmrexTestEnvE", "amr_wind_tests::AmrexTestEnv"], [4, 0, 1, "_CPPv4N14amr_wind_tests8MeshTestE", "amr_wind_tests::MeshTest"], [4, 1, 1, "_CPPv4N14amr_wind_tests8MeshTest20create_mesh_instanceEv", "amr_wind_tests::MeshTest::create_mesh_instance"], [4, 1, 1, "_CPPv4N14amr_wind_tests8MeshTest15initialize_meshEv", "amr_wind_tests::MeshTest::initialize_mesh"], [4, 1, 1, "_CPPv4N14amr_wind_tests8MeshTest19populate_parametersEv", "amr_wind_tests::MeshTest::populate_parameters"], [4, 1, 1, "_CPPv4N14amr_wind_tests19default_mesh_inputsEv", "amr_wind_tests::default_mesh_inputs"], [4, 1, 1, "_CPPv4N14amr_wind_tests19default_time_inputsEv", "amr_wind_tests::default_time_inputs"], [10, 3, 1, "-", "AMR_WIND_ENABLE_ALL_WARNINGS"], [10, 3, 1, "-", "AMR_WIND_ENABLE_CUDA"], [10, 3, 1, "-", "AMR_WIND_ENABLE_MASA"], [10, 3, 1, "-", "AMR_WIND_ENABLE_MPI"], [10, 3, 1, "-", "AMR_WIND_ENABLE_NETCDF"], [10, 3, 1, "-", "AMR_WIND_ENABLE_OPENMP"], [10, 3, 1, "-", "AMR_WIND_ENABLE_ROCM"], [10, 3, 1, "-", "AMR_WIND_ENABLE_SYCL"], [10, 3, 1, "-", "AMR_WIND_ENABLE_TESTS"], [10, 3, 1, "-", "AMR_WIND_REFERENCE_GOLDS_DIRECTORY"], [10, 3, 1, "-", "AMR_WIND_SAVED_GOLDS_DIRECTORY"], [10, 3, 1, "-", "AMR_WIND_SAVE_GOLDS"], [10, 3, 1, "-", "AMR_WIND_TEST_WITH_FCOMPARE"], [10, 3, 1, "-", "AMR_WIND_TEST_WITH_PYTHON"], [10, 3, 1, "-", "AMR_WIND_USE_INTERNAL_AMREX"], [10, 3, 1, "-", "CMAKE_BUILD_TYPE"], [10, 3, 1, "-", "CMAKE_CXX_COMPILER"], [10, 3, 1, "-", "CMAKE_CXX_FLAGS"], [10, 3, 1, "-", "CMAKE_C_COMPILER"], [10, 3, 1, "-", "CMAKE_C_FLAGS"], [10, 3, 1, "-", "CMAKE_Fortran_COMPILER"], [10, 3, 1, "-", "CMAKE_Fortran_FLAGS"], [10, 3, 1, "-", "CMAKE_INSTALL_PREFIX"]], "ABL": [[13, 2, 1, "-", "Uperiods"], [13, 2, 1, "-", "Vperiods"], [13, 2, 1, "-", "anelastic"], [13, 2, 1, "-", "bndry_file"], [13, 2, 1, "-", "bndry_io_mode"], [13, 2, 1, "-", "bndry_output_start_time"], [13, 2, 1, "-", "bndry_planes"], [13, 2, 1, "-", "bndry_var_names"], [13, 2, 1, "-", "bottom_reference_pressure"], [13, 2, 1, "-", "cutoff_height"], [13, 2, 1, "-", "deltaU"], [13, 2, 1, "-", "deltaV"], [13, 2, 1, "-", "initial_condition_input_file"], [13, 2, 1, "-", "kappa"], [13, 2, 1, "-", "log_law_height"], [14, 2, 1, "-", "mesoscale_forcing"], [13, 2, 1, "-", "normal_direction"], [13, 2, 1, "-", "pertub_ref_height"], [13, 2, 1, "-", "perturb_temperature"], [13, 2, 1, "-", "perturb_velocity"], [13, 2, 1, "-", "random_gauss_mean"], [13, 2, 1, "-", "random_gauss_var"], [13, 2, 1, "-", "surface_roughness_z0"], [13, 2, 1, "-", "temperature_heights"], [13, 2, 1, "-", "temperature_values"], [14, 2, 1, "-", "tendency_forcing"], [13, 2, 1, "-", "theta_amplitude"], [13, 2, 1, "-", "wall_shear_stress_type"]], "ABLForcing": [[21, 2, 1, "-", "abl_forcing_height"], [21, 2, 1, "-", "forcing_timetable_frequency"], [21, 2, 1, "-", "forcing_timetable_output_file"], [21, 2, 1, "-", "forcing_timetable_start_time"], [21, 2, 1, "-", "velocity_timetable"]], "ABLMesoForcing*": [[14, 2, 1, "input_param-ABLMesoForcing-.constant_transition_height", "constant_transition_height"], [14, 2, 1, "input_param-ABLMesoForcing-.control_gain", "control_gain"], [14, 2, 1, "input_param-ABLMesoForcing-.forcing_scheme", "forcing_scheme"], [14, 2, 1, "input_param-ABLMesoForcing-.forcing_transition", "forcing_transition"], [14, 2, 1, "input_param-ABLMesoForcing-.normalize_by_zmax", "normalize_by_zmax"], [14, 2, 1, "input_param-ABLMesoForcing-.transition_thickness", "transition_thickness"], [14, 2, 1, "input_param-ABLMesoForcing-.weighting_heights", "weighting_heights"], [14, 2, 1, "input_param-ABLMesoForcing-.weighting_values", "weighting_values"]], "Actuator": [[15, 2, 1, "-", "labels"], [15, 2, 1, "-", "type"]], "Actuator.F1": [[15, 2, 1, "-", "end"], [15, 2, 1, "-", "output_frequency"], [15, 2, 1, "-", "start"]], "Actuator.FixedWingLine": [[15, 2, 1, "-", "active_force_dirs"], [15, 2, 1, "-", "airfoil_table"], [15, 2, 1, "-", "airfoil_type"], [15, 2, 1, "-", "chord"], [15, 2, 1, "-", "disable_spanwise_gaussian"], [15, 2, 1, "-", "epsilon"], [15, 2, 1, "-", "epsilon_chord"], [15, 2, 1, "-", "fllc"], [15, 2, 1, "-", "fllc_epsilon_dr_ratio"], [15, 2, 1, "-", "fllc_nonuniform"], [15, 2, 1, "-", "fllc_relaxation_factor"], [15, 2, 1, "-", "fllc_start_time"], [15, 2, 1, "-", "fllc_type"], [15, 2, 1, "-", "motion_type"], [15, 2, 1, "-", "normalize_spanwise"], [15, 2, 1, "-", "num_points"], [15, 2, 1, "-", "pitch"], [15, 2, 1, "-", "pitch_timetable"], [15, 2, 1, "-", "prescribed_uinf"], [15, 2, 1, "-", "sine_period"], [15, 2, 1, "-", "sine_vector"], [15, 2, 1, "-", "span_locs"], [15, 2, 1, "-", "velocity"]], "Actuator.TurbineFastLine": [[15, 2, 1, "-", "density"], [15, 2, 1, "-", "epsilon"], [15, 2, 1, "-", "epsilon_chord"], [15, 2, 1, "-", "fllc"], [15, 2, 1, "-", "fllc_relaxation_factor"], [15, 2, 1, "-", "fllc_type"], [15, 2, 1, "-", "hub_height"], [15, 2, 1, "-", "nacelle_area"], [15, 2, 1, "-", "nacelle_drag_coeff"], [15, 2, 1, "-", "num_points_blade"], [15, 2, 1, "-", "num_points_tower"], [15, 2, 1, "-", "openfast_start_time"], [15, 2, 1, "-", "openfast_stop_time"], [15, 2, 1, "-", "output_frequency"], [15, 2, 1, "-", "rotor_diameter"]], "Actuator.WTG01": [[15, 2, 1, "-", "openfast_input_file"]], "ActuatorSourceTagging": [[15, 2, 1, "-", "actuator_source_threshold"]], "BodyForce": [[21, 2, 1, "-", "angular_frequency"], [21, 2, 1, "-", "bodyforce_file"], [21, 2, 1, "-", "magnitude"], [21, 2, 1, "-", "type"], [21, 2, 1, "-", "uniform_timetable_file"]], "BoussinesqBuoyancy": [[21, 2, 1, "-", "reference_temperature"], [21, 2, 1, "-", "thermal_expansion_coeff"]], "CoriolisForcing": [[21, 2, 1, "-", "east_vector"], [21, 2, 1, "-", "latitude"], [21, 2, 1, "-", "north_vector"], [21, 2, 1, "-", "rotational_time_period"]], "GeostrophicForcing": [[21, 2, 1, "-", "geostrophic_wind"], [21, 2, 1, "-", "geostrophic_wind_timetable"]], "ICNS": [[21, 2, 1, "-", "source_terms"]], "OceanWaves": [[28, 2, 1, "-", "label"]], "OceanWaves.label": [[28, 2, 1, "-", "HOS_init_time"], [28, 2, 1, "-", "HOS_init_timestep"], [28, 2, 1, "-", "HOS_modes_filename"], [28, 2, 1, "-", "fftw_planner_flag"], [28, 2, 1, "-", "initialize_wave_field"], [28, 2, 1, "-", "interp_spacing_at_surface"], [28, 2, 1, "-", "number_interp_above_surface"], [28, 2, 1, "-", "number_interp_points_in_z"], [28, 2, 1, "-", "numerical_beach_length"], [28, 2, 1, "-", "numerical_beach_length_factor"], [28, 2, 1, "-", "order"], [28, 2, 1, "-", "relax_zone_gen_length"], [28, 2, 1, "-", "relax_zone_out_length"], [28, 2, 1, "-", "stokes_wavelength_iter_max"], [28, 2, 1, "-", "stokes_wavelength_order"], [28, 2, 1, "-", "stokes_wavelength_tolerance"], [28, 2, 1, "-", "timeramp_period"], [28, 2, 1, "-", "type"], [28, 2, 1, "-", "water_depth"], [28, 2, 1, "-", "wave_height"], [28, 2, 1, "-", "wave_length"], [28, 2, 1, "-", "wave_period"], [28, 2, 1, "-", "zero_sea_level"]], "Smagorinsky_coeffs": [[32, 2, 1, "-", "Cs"]], "SynthTurb": [[23, 2, 1, "-", "gauss_smearing_factor"], [23, 2, 1, "-", "grid_location"], [23, 2, 1, "-", "mean_wind_type"], [23, 2, 1, "-", "shear_exponent"], [23, 2, 1, "-", "time_offset"], [23, 2, 1, "-", "turbulence_file"], [23, 2, 1, "-", "umax"], [23, 2, 1, "-", "umin"], [23, 2, 1, "-", "uref"], [23, 2, 1, "-", "wind_direction"], [23, 2, 1, "-", "zoffset"], [23, 2, 1, "-", "zref"]], "amr": [[24, 2, 1, "-", "blocking_factor"], [24, 2, 1, "-", "max_grid_size"], [24, 2, 1, "-", "max_level"], [24, 2, 1, "-", "n_cell"]], "averaging": [[16, 2, 1, "-", "averaging_start_time"], [16, 2, 1, "-", "averaging_stop_time"], [16, 2, 1, "-", "averaging_window"]], "diffusion": [[20, 2, 1, "-", "bottom_atol"], [20, 2, 1, "-", "bottom_maxiter"], [20, 2, 1, "-", "bottom_rtol"], [20, 2, 1, "-", "bottom_solver"], [20, 2, 1, "-", "bottom_verbose"], [20, 2, 1, "-", "do_fixed_iters"], [20, 2, 1, "-", "fmg_maxiter"], [20, 2, 1, "-", "hypre_interface"], [20, 2, 1, "-", "hypre_namespace"], [20, 2, 1, "-", "max_coarsening_level"], [20, 2, 1, "-", "max_order"], [20, 2, 1, "-", "maxiter"], [20, 2, 1, "-", "mg_atol"], [20, 2, 1, "-", "mg_rtol"], [20, 2, 1, "-", "num_bottom_smooth"], [20, 2, 1, "-", "num_final_smooth"], [20, 2, 1, "-", "num_post_smooth"], [20, 2, 1, "-", "num_pre_smooth"], [20, 2, 1, "-", "verbose"]], "enst": [[18, 2, 1, "-", "output_frequency"], [18, 2, 1, "-", "type"]], "geometry": [[25, 2, 1, "-", "is_periodic"], [25, 2, 1, "-", "mesh_mapping"], [25, 2, 1, "-", "prob_hi"], [25, 2, 1, "-", "prob_hi_physical"], [25, 2, 1, "-", "prob_lo"]], "incflo": [[26, 2, 1, "-", "constant_density"], [26, 2, 1, "-", "density"], [26, 2, 1, "-", "diffusion_type"], [26, 2, 1, "-", "do_initial_proj"], [26, 2, 1, "-", "godunov_type"], [26, 2, 1, "-", "godunov_use_forces_in_trans"], [26, 2, 1, "-", "initial_iterations"], [26, 2, 1, "-", "physics"], [26, 2, 1, "-", "post_processing"], [26, 2, 1, "-", "use_godunov"], [26, 2, 1, "-", "velocity"], [26, 2, 1, "-", "verbose"]], "io": [[27, 2, 1, "-", "allow_missing_restart_fields"], [27, 2, 1, "-", "check_file"], [27, 2, 1, "-", "int_outputs"], [27, 2, 1, "-", "output_default_variables"], [27, 2, 1, "-", "outputs"], [27, 2, 1, "-", "plot_file"], [27, 2, 1, "-", "post_processing_directory"], [27, 2, 1, "-", "restart_file"], [27, 2, 1, "-", "skip_outputs"]], "ke": [[19, 2, 1, "-", "output_frequency"], [19, 2, 1, "-", "type"]], "sampling": [[22, 2, 1, "-", "derived_fields"], [22, 2, 1, "-", "fields"], [22, 2, 1, "-", "int_fields"], [22, 2, 1, "-", "labels"], [22, 2, 1, "-", "output_delay"], [22, 2, 1, "-", "output_format"], [22, 2, 1, "-", "output_frequency"]], "tagging": [[29, 2, 1, "-", "labels"], [29, 2, 1, "-", "static_refinement"], [29, 2, 1, "-", "static_refinement_def"]], "tagging.CartBoxRefinement": [[29, 2, 1, "-", "static_refinement_def"]], "tagging.FieldRefinement": [[29, 2, 1, "-", "field_error"], [29, 2, 1, "-", "field_name"], [29, 2, 1, "-", "grad_error"]], "tagging.GeoemtryRefinement": [[29, 2, 1, "-", "level"]], "tagging.GeometryRefinement": [[29, 2, 1, "-", "max_level"], [29, 2, 1, "-", "min_level"], [29, 2, 1, "-", "shapes"]], "tagging.QCriterionRefinement": [[29, 2, 1, "-", "nondim"], [29, 2, 1, "-", "values"]], "time": [[30, 2, 1, "-", "cfl"], [30, 2, 1, "-", "checkpoint_delay"], [30, 2, 1, "-", "checkpoint_interval"], [30, 2, 1, "-", "checkpoint_start"], [30, 2, 1, "-", "checkpoint_time_delay"], [30, 2, 1, "-", "checkpoint_time_interval"], [30, 2, 1, "-", "checkpoint_time_interval_reltol"], [30, 2, 1, "-", "enforce_checkpoint_dt_reltol"], [30, 2, 1, "-", "enforce_checkpoint_time_dt"], [30, 2, 1, "-", "enforce_plot_dt_reltol"], [30, 2, 1, "-", "enforce_plot_time_dt"], [30, 2, 1, "-", "fixed_dt"], [30, 2, 1, "-", "init_shrink"], [30, 2, 1, "-", "initial_dt"], [30, 2, 1, "-", "max_dt_growth"], [30, 2, 1, "-", "max_step"], [30, 2, 1, "-", "plot_delay"], [30, 2, 1, "-", "plot_interval"], [30, 2, 1, "-", "plot_start"], [30, 2, 1, "-", "plot_time_delay"], [30, 2, 1, "-", "plot_time_interval"], [30, 2, 1, "-", "plot_time_interval_reltol"], [30, 2, 1, "-", "regrid_interval"], [30, 2, 1, "-", "regrid_start"], [30, 2, 1, "-", "stop_time"], [30, 2, 1, "-", "use_force_cfl"]], "transport": [[31, 2, 1, "-", "laminar_prandtl"], [31, 2, 1, "-", "model"], [31, 2, 1, "-", "turbulent_prandtl"], [31, 2, 1, "-", "viscosity"]], "turbulence": [[32, 2, 1, "-", "model"]], "xlo.temperature (or ylo": [[17, 2, 1, "input_param-xlo.temperature-or-ylo.temperature-etc", "temperature, etc)"]], "xlo.type (or ylo.type, zlo.type, xhi.type, yhi.type, zhi": [[17, 2, 1, "input_param-xlo.type-or-ylo.type-zlo.type-xhi.type-yhi.type-zhi.type", "type)"]]}, "objnames": {"0": ["cpp", "class", "C++ class"], "1": ["cpp", "function", "C++ function"], "2": ["std", "input_param", "AMR-Wind input parameter"], "3": ["std", "cmakeval", "CMake configuration value"]}, "objtypes": {"0": "cpp:class", "1": "cpp:function", "2": "std:input_param", "3": "std:cmakeval"}, "terms": {"": [0, 4, 5, 7, 8, 13, 14, 17, 21], "0": [3, 4, 5, 7, 8, 9, 11, 12, 13, 14, 15, 16, 17, 20, 21, 22, 23, 24, 25, 26, 28, 29, 30, 31, 32, 36], "0001047506059": 3, "0001370997978": 3, "0001544075933": 3, "0001684407299": 3, "0001801671463": 3, "0009397088188": 3, "0009695495942": 3, "002168282324": 3, "003": 12, "003333333333": 12, "003794860517": 3, "003916799182": 3, "003969": 5, "00408613285": 3, "005": 12, "01": 12, "01325e5": 13, "0191": 15, "05": 3, "0e": [4, 12, 20, 31], "1": [3, 4, 5, 7, 8, 9, 11, 12, 13, 14, 15, 17, 20, 21, 22, 25, 26, 28, 29, 30, 31, 33, 36], "10": [4, 8, 10, 12, 15, 16, 18, 19, 22, 26, 28, 29, 30, 36], "100": [5, 12, 20, 22, 29], "1000": [8, 12, 30], "10000": 12, "1001": 30, "100th": 22, "1010": 30, "1061": 28, "11": 20, "12": [3, 4, 12, 15], "1208744082833": 5, "126": 15, "128": 12, "1280": 12, "135": 32, "14": [10, 20], "148686593e": 3, "15": [3, 5], "150": [12, 29], "15000100": 3, "155552515e": 3, "16": [4, 5, 36], "169": 5, "180": 5, "192": 12, "1966": 5, "1985": 28, "1995": 12, "1997": 8, "1998": 8, "1e": [28, 30, 36], "2": [4, 5, 7, 8, 9, 11, 12, 13, 14, 15, 20, 22, 23, 26, 28, 29, 36], "20": [9, 12, 22, 29, 34], "200": [5, 12, 20], "2000": 12, "20000": 12, "201": 5, "2010": 8, "2019": [10, 15, 28], "2020": 8, "2021": 8, "2022": 15, "2023": 8, "21": [15, 22, 26], "210": [22, 26], "225": [12, 15], "2449": 5, "25": [4, 15], "250": [22, 26, 29], "27": 8, "270": 23, "275": 29, "281985": 28, "28216": 28, "288": 12, "28asc": 28, "29": 28, "290": 12, "290733": 28, "29111": 28, "296": 12, "2d": [2, 15], "2nd": 11, "2s_": 8, "2u": 8, "3": [3, 4, 5, 8, 9, 12, 15, 21, 22, 24, 25, 26, 30, 34, 36], "30": [22, 29, 36], "300": [12, 17, 29, 36], "32": [4, 5, 24], "3250": 5, "333": 12, "350": 29, "36": 8, "38": 3, "38115": 5, "39": 9, "3a2": 28, "3d": 22, "4": [3, 4, 5, 9, 12, 13, 15, 20, 22, 28], "40": 28, "41": [12, 13], "41421356237": 4, "4399999999982": 5, "45": [4, 22], "450": 29, "4603806001": 5, "48": 9, "49": 5, "5": [3, 4, 8, 9, 12, 15, 17, 21, 22, 26, 28, 30, 31, 34, 36], "50": [12, 13, 29], "500": [12, 22, 26, 29], "512": 12, "5120": 12, "5210": 12, "5322727144609587": 5, "5576738677495996": 5, "56": 9, "56256": 15, "5646234542509774": 5, "5664029656909406": 5, "5733178848386": 5, "591615728e": 3, "5e": 5, "5in": 7, "5th": 11, "6": [3, 9, 12], "60": 29, "600": 29, "605551": 5, "63299783004268": 5, "64": [5, 15], "7": [3, 8, 9, 12], "73": 3, "750": 29, "76": 3, "76743991355": 5, "8": [3, 5, 8, 9, 13, 20, 21, 24, 28, 30, 36], "811": 5, "837947396e": 3, "86400": [12, 21], "89": 15, "9": [3, 17, 36], "90": [3, 12, 15, 22], "90632344067848": 5, "947263951e": 3, "95": 12, "950x": 28, "95839999999998": 5, "96": 9, "960": 8, "A": [3, 4, 5, 7, 10, 12, 14, 15, 23, 26, 29, 35], "And": 4, "As": [0, 1, 6, 7, 9, 28], "At": [3, 5, 14, 36], "Be": 5, "By": [4, 8, 15, 28], "For": [3, 4, 5, 6, 7, 8, 9, 10, 12, 15, 17, 18, 19, 20, 22, 26, 28, 29, 30, 36], "If": [0, 5, 8, 10, 11, 12, 13, 14, 15, 17, 20, 21, 22, 26, 27, 28, 29, 30], "In": [1, 3, 4, 7, 8, 9, 12, 14, 15, 17, 26, 30], "It": [4, 9, 10, 11, 15, 17, 20], "No": 0, "ON": [3, 5, 10], "One": 0, "That": 4, "The": [0, 1, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 27, 28, 29, 30, 31, 33, 35, 36], "Then": [8, 22], "There": [0, 8, 15, 20, 24], "These": [3, 4, 5, 8, 15, 17, 21, 27, 30, 34, 36], "To": [1, 3, 4, 5, 8, 12, 14, 18, 19, 29, 34, 36], "With": 14, "_": [8, 9], "_0": [5, 29], "_1": [5, 29], "_2": 29, "_3": 29, "_4": 29, "_5": 29, "_6": 29, "_7": 29, "__init__": 36, "_f": 8, "_i": [5, 8], "_j": 8, "_k": 8, "_m": 8, "_mean": 16, "_netcdf4": 9, "_point": 36, "_t": 7, "_velocityi": 36, "_velocityx": 36, "_velocityz": 36, "a_z": 5, "abbrevi": 28, "abil": 6, "abl": [3, 4, 6, 11, 12, 14, 17, 21, 26, 34, 37], "abl_forc": 4, "abl_forcing_height": [12, 21], "abl_godnov": 3, "abl_godunov": 3, "ablforc": [12, 21], "ablmesoforc": 12, "ablmesoforcingmom": 14, "ablmesoforcingtemp": 14, "abltest": 4, "abort": [20, 27], "abov": [1, 3, 4, 7, 11, 13, 14, 15, 17, 26, 28, 29, 34], "absenc": 28, "absolut": [3, 20, 29, 36], "absorb": 28, "abstract": 8, "access": [1, 4, 9, 17, 36], "accompani": 0, "accord": [15, 22], "account": [0, 15], "accur": 28, "accuraci": [5, 15, 26], "achiev": 28, "across": [8, 15, 17], "act": [8, 29], "action": [4, 16, 22, 26], "activ": [0, 3, 6, 12, 13, 15, 17, 21, 26, 27, 28, 29, 30], "active_force_dir": 15, "actual": [8, 22, 36], "actuat": [6, 11, 12, 26, 34], "actuator_source_threshold": 15, "actuatorforc": 15, "actuatorsourcetag": 12, "ad": [3, 8, 9, 13, 15], "adapt": [4, 5, 6, 7, 11, 15, 24, 29, 30], "add": [3, 4, 5, 8, 13, 16, 27], "add_test_r": 3, "addarr": 4, "addit": [3, 4, 8, 10, 12, 15, 17, 26, 30, 34, 35], "address": [1, 27, 30], "adivs": 14, "adjust": 9, "advanc": [4, 20, 30], "advantag": 26, "advect": [8, 11, 17, 26], "ae": 5, "aerodynam": 15, "affect": [15, 27], "after": [0, 4, 5, 7, 20, 28], "again": [3, 9], "against": [2, 10], "air": [6, 8, 12], "airfoil": 15, "airfoil_t": 15, "airfoil_typ": 15, "al": [8, 15], "algorithm": [4, 12, 28, 30], "align": [5, 7, 8, 29], "all": [0, 3, 4, 9, 11, 12, 15, 21, 22, 26, 28], "allaert": 8, "allow": [0, 1, 3, 4, 8, 14, 15, 20, 22, 27, 29, 30], "allow_missing_restart_field": 27, "almgren": 8, "almost": [0, 4], "along": [3, 8, 12, 15, 17, 29], "alongsid": 1, "also": [0, 1, 3, 4, 5, 8, 9, 10, 11, 12, 15, 16, 20, 21, 22, 24, 28, 30, 36], "although": 7, "alwai": [0, 3, 28], "amd": [10, 11, 32], "among": [5, 28], "amount": 26, "amplitud": [13, 28], "amr": [0, 1, 2, 3, 7, 8, 11, 16, 17, 20, 21, 22, 26, 27, 28, 29, 30, 33, 35, 36, 37], "amr_wind": [0, 3, 4, 10, 12, 34], "amr_wind_enable_all_warn": 10, "amr_wind_enable_cuda": 10, "amr_wind_enable_masa": 10, "amr_wind_enable_mpi": 10, "amr_wind_enable_netcdf": 10, "amr_wind_enable_openmp": 10, "amr_wind_enable_rocm": 10, "amr_wind_enable_sycl": 10, "amr_wind_enable_test": [3, 10], "amr_wind_path": 36, "amr_wind_reference_golds_directori": [3, 10], "amr_wind_save_gold": [3, 10], "amr_wind_saved_golds_directori": [3, 10], "amr_wind_test": [0, 4], "amr_wind_test_with_fcompar": [3, 10], "amr_wind_test_with_python": 10, "amr_wind_unit_test": 4, "amr_wind_use_internal_amrex": 10, "amrcor": [0, 4, 24], "amrex": [0, 3, 4, 6, 7, 10, 11, 12, 20, 22, 24, 35], "amrex_amrcor": 0, "amrex_dir": 10, "amrex_particl": 36, "amrexparticlefil": 36, "amrextest": 4, "amrextestenv": 4, "amrmesh": 4, "amrtestmesh": 4, "an": [0, 1, 3, 4, 5, 6, 8, 10, 11, 12, 14, 15, 17, 21, 26, 28, 29, 34, 36, 37], "anaconda": 1, "analog": 7, "analysi": 8, "analyt": [5, 28], "anelast": [11, 13], "angl": [5, 15, 22], "angular": 21, "angular_frequ": 21, "ani": [0, 3, 4, 7, 12, 16, 21, 34], "anisotrop": 8, "annot": 1, "annulu": 29, "anonym": 4, "anoth": [6, 22], "anymor": 20, "api": 1, "append": [27, 36], "appleclang": 3, "appli": [0, 5, 8, 14, 15, 20, 21, 28, 30, 36], "applic": [4, 6, 8, 17], "approach": [7, 8, 14, 17, 26, 28], "appropri": [0, 3, 4, 17], "approxim": [8, 14], "ar": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 17, 20, 21, 22, 23, 24, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36], "arbitrari": [5, 12], "architectur": [0, 5, 28], "area": 15, "arg": 36, "argsort": 36, "argument": [3, 4, 8, 12, 15, 21, 26, 27, 28, 34], "around": [12, 28, 29], "arr": 9, "arrai": [14, 15, 22, 36], "arrang": 3, "arriv": 5, "art": 6, "ascelibrari": 28, "ascent": 11, "ascii": [22, 33, 35], "aspect": [4, 9, 15], "assert": 2, "assign": 9, "assimil": [8, 12], "assist": 3, "associ": [4, 9, 14], "assum": [5, 7, 8, 13, 15], "assur": 0, "ast": 8, "atmospher": [6, 8, 11, 12, 13, 14], "attack": 15, "attribut": 9, "auto": [4, 5, 9], "autom": 3, "automat": [0, 1, 17, 21, 22, 28, 30, 34], "avail": [1, 3, 4, 6, 8, 12, 13, 21, 22, 28, 30, 35, 36], "averag": [8, 11, 12, 14, 26], "averaging_start_tim": 16, "averaging_stop_tim": 16, "averaging_typ": 16, "averaging_window": 16, "averi": 15, "avoid": [8, 30], "avreag": 16, "aw_test_util": 4, "ax": [7, 9, 22, 29], "axi": 29, "axis1": [12, 22], "axis2": [12, 22], "az": 5, "azimuth": 22, "azimuth_t": 22, "b": [3, 5, 8], "b1": 29, "b2": 29, "back": [6, 8], "background": [6, 14, 29], "balanc": 5, "base": [0, 3, 4, 8, 11, 14, 20, 24, 27, 29, 30], "base_color": 36, "base_posit": 15, "basic": [2, 8, 28], "bbox_inch": 36, "bc": [2, 11, 17], "beach": [11, 28], "becaus": [3, 8, 30, 36], "becom": [8, 15, 28], "been": [0, 3, 5, 7, 10], "befor": [0, 3, 4, 8, 17, 20, 30], "begin": [4, 5, 7, 8, 12, 21, 22, 27, 28], "beginn": 4, "behavior": [0, 4, 13, 14, 15, 17], "behind": 4, "being": [1, 4, 8, 14, 17, 20, 21, 22, 28, 29, 30], "bell": 11, "belong": 4, "below": [1, 3, 4, 5, 8, 10, 12, 13, 14, 15, 20, 22, 36], "berkelei": 6, "best": [0, 22], "beta": [8, 21], "beta_p": 8, "better": [4, 26, 28], "between": [4, 5, 9, 13, 14, 15, 21, 23, 25, 28, 29, 30], "beyond": 7, "bicgcg": 20, "bicgstab": [12, 20], "bigg": 5, "bin": [10, 36], "binari": 22, "bit": 29, "blade": [6, 11, 15], "blaylock": 15, "blend": 14, "blm": 8, "block": [6, 29], "blocking_factor": 24, "bmatrix": 7, "bndry_fil": [9, 13], "bndry_io_mod": [9, 13], "bndry_output_start_tim": [9, 13], "bndry_plan": [9, 13], "bndry_var_nam": [9, 13], "bodi": [2, 4, 6, 11, 12, 15, 21, 26], "bodyforc": 21, "bodyforce_fil": 21, "boldsymbol": 8, "bool": [3, 10, 15], "boolean": [12, 13, 14, 15, 20, 26, 27, 28, 29, 30], "bootstrap": 5, "both": [4, 5, 8, 14, 17, 26], "bottom": [5, 9, 13, 20, 22], "bottom_atol": 20, "bottom_maxit": 20, "bottom_reference_pressur": 13, "bottom_rtol": 20, "bottom_solv": [12, 20], "bottom_vel": 17, "bottom_verbos": 20, "bound": [8, 25, 29], "boundari": [5, 6, 11, 12, 13, 20, 21, 28, 37], "boussinesqbubbl": 26, "boussinesqbuoy": [12, 21], "box": [12, 23, 25], "branch": 3, "branco": 8, "break": [0, 3, 11, 22, 33, 35], "brief": 4, "broken": 12, "brows": 1, "browser": 1, "budget": 8, "bug": 0, "build": [2, 3, 4, 11, 37], "build_simtime_param": 4, "builder": 10, "built": [3, 4, 6, 8], "bulk": 26, "buoyanc": 21, "burggraf": [2, 11], "c": [1, 2, 4, 5, 8, 10, 32, 36], "c1": 29, "c_": [5, 8], "c_1": 8, "c_2": 8, "c_b": 8, "calcul": [3, 8, 13, 14, 28, 30], "call": [1, 3, 4, 8], "camelcas": 0, "can": [0, 1, 3, 4, 5, 7, 8, 9, 10, 11, 12, 14, 15, 16, 17, 20, 21, 22, 27, 28, 29, 30, 35, 36], "cannot": 30, "capabl": [3, 4, 6, 7, 15, 37], "capit": 0, "care": 0, "carri": 26, "cartboxrefin": 29, "cartesian": [8, 11, 12], "case": [0, 2, 3, 4, 5, 7, 8, 9, 11, 15, 17, 22, 30, 34], "catch": 0, "categori": 4, "caus": [3, 8, 21], "caviti": 2, "cd": [1, 3, 10], "cdot": [7, 8], "cell": [7, 8, 12, 13, 15, 17, 20, 24, 29], "center": [7, 8, 12, 13, 23], "centerlin": 8, "certain": [3, 15], "cfd": [0, 4, 12, 22], "cfdsim": [0, 4], "cfdsim_h": 0, "cfl": [4, 5, 7, 12, 26, 30], "cg": 20, "cgbicg": 20, "chang": [0, 3, 4, 9, 12, 14, 17, 30, 34, 36], "channel": [2, 8, 11], "characterist": 6, "check": [0, 4, 5, 10, 20, 21, 22, 30, 34], "check_fil": [12, 27], "checkpoint": [27, 30, 33, 34], "checkpoint_delai": 30, "checkpoint_interv": [4, 12, 27, 30], "checkpoint_start": 30, "checkpoint_time_delai": 30, "checkpoint_time_interv": [27, 30], "checkpoint_time_interval_reltol": 30, "chen": 28, "chi": 7, "chk": [12, 27], "chkp": 34, "chkpt_counter": 4, "choic": [0, 20, 28], "choos": [8, 15, 21, 28], "chord": 15, "chosen": [8, 22, 26, 28, 32], "ci": 3, "circumst": 0, "clang": [0, 3, 10], "class": [0, 4, 6, 9, 17, 36], "clean": 4, "clear": 1, "clone": [5, 10], "close": 30, "closest": 28, "clue": 0, "cmake": [3, 4, 5, 11, 37], "cmake_build_typ": [3, 10], "cmake_c_compil": 10, "cmake_c_flag": 10, "cmake_cxx_compil": 10, "cmake_cxx_compiler_id": 3, "cmake_cxx_compiler_vers": 3, "cmake_cxx_flag": 10, "cmake_fortran_compil": 10, "cmake_fortran_flag": 10, "cmake_install_prefix": 10, "cmake_prefix_path": 10, "cmake_system_nam": 3, "cmap": 36, "co": 5, "coars": 20, "coarsen": [8, 20], "coarset": 24, "code": [2, 3, 4, 6, 10, 11, 13, 15, 16, 21, 22, 26, 27, 30], "codebas": [0, 1, 3, 6], "coeffici": [5, 8, 11, 13, 15, 21, 32], "collaps": 36, "collect": [9, 22], "color": 36, "colorbar": 36, "column": [33, 36], "com": [5, 10], "combin": [8, 10, 15], "come": [0, 1, 3, 8, 26], "command": [1, 4, 10, 12, 34], "comment": [1, 12], "commit": 3, "common": [9, 15], "compar": [3, 30], "comparison": [3, 14, 17, 30], "compil": [3, 4, 6, 11, 20, 28, 36, 37], "compiler_vers": 3, "complet": [1, 3, 20, 30], "complex": [8, 11, 14, 17], "compli": 0, "complic": [4, 14], "compon": [7, 8, 9, 13, 15, 21, 36], "compound": 0, "comprehens": [6, 21], "comput": [0, 4, 5, 6, 8, 12, 15, 16, 21, 25, 26, 28], "concept": [2, 8], "concret": [4, 11], "conda": 1, "condit": [4, 5, 8, 9, 11, 12, 13, 14, 26, 30], "condition": 21, "confid": 14, "configur": [3, 5, 37], "conform": 11, "conjunct": 30, "consequ": 8, "conserv": [8, 11], "consid": [4, 8, 28], "consist": [0, 8, 10, 14, 27], "consol": 3, "const": 0, "constant": [5, 11, 13, 14, 15, 17, 21, 22, 25, 26, 30], "constant_chord": 15, "constant_dens": [12, 26], "constant_transition_height": 14, "constantmap": 25, "constraint": 8, "construct": [7, 8], "consttransport": [12, 31], "constvalu": 23, "consult": [0, 1, 21], "contain": [3, 9, 12, 13, 15, 21, 22, 23, 24, 26, 27, 29, 34, 36], "context": 26, "continu": [0, 3, 7, 27], "control": [0, 1, 4, 8, 10, 12, 15, 16, 17, 18, 19, 22, 27, 29, 30], "control_gain": 14, "convect": [2, 11], "convent": [0, 3, 12], "converg": [5, 8, 20, 28], "convert": [1, 28], "convinc": 0, "coordin": [7, 9, 14, 15, 17, 21, 22, 25, 36], "copi": [3, 10, 17, 26], "core": [0, 4, 24, 30], "corioli": [5, 11, 21], "coriolisforc": [12, 21], "corner": [22, 25, 29], "correct": [0, 3, 4, 15, 17], "correctli": 3, "corrector": 8, "correl": 12, "correspond": [3, 13, 14, 21, 28, 30], "could": 28, "couldn": 3, "counter": 4, "coupl": [6, 11, 14], "cours": 21, "cover": [3, 28], "cp": 3, "cpp": [0, 4, 8, 27, 30], "cpu": [5, 10, 36], "crank": [11, 26], "creat": [1, 2, 4, 7, 11, 15, 28, 34], "create_mesh_inst": 4, "create_turbulence_model": 0, "creation": 4, "criteria": [3, 4, 12, 15, 24, 30], "criterion": [8, 11, 12], "cstr": 36, "ctest": [3, 10], "ctestlist": 3, "ctv": 2, "cube": 5, "cuda": [0, 3, 10], "current": [0, 3, 8, 9, 13, 15, 17, 20, 22, 26, 27, 29, 30, 32, 34], "curvatur": 11, "custom": 4, "customscalar": 17, "customveloc": 17, "cutoff": 23, "cutoff_height": [12, 13], "cycl": 20, "cylind": 29, "cylindr": 29, "d": [5, 8, 14], "d_e": [5, 8], "dai": [3, 21], "dam": [11, 33, 35], "dam_break_godunov": 36, "damp": 11, "damr_wind_enable_masa": 5, "damr_wind_enable_test": [3, 10], "damr_wind_reference_golds_directori": 3, "damr_wind_save_gold": 3, "damr_wind_saved_golds_directori": 3, "damr_wind_test_with_fcompar": 3, "darwin": 3, "dashboard": 3, "data": [0, 4, 6, 8, 9, 12, 14, 16, 21, 22, 23, 24, 27, 28, 33, 35, 36], "datafil": 14, "dataset": [9, 36], "datastructur": 8, "dawson": 11, "dcmake_build_typ": 10, "dcmake_install_prefix": 10, "deactiv": 15, "deal": [25, 26, 27, 30], "debug": [10, 22], "decai": 13, "declar": [0, 4], "declare_cc_field": 4, "declare_nd_field": 4, "dedic": 6, "def": [9, 36], "default": [1, 3, 4, 8, 10, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32], "default_mesh_input": 4, "default_time_input": 4, "defer": 4, "defin": [0, 4, 5, 7, 8, 11, 17, 22, 25, 26, 29], "definit": [0, 3, 4, 8, 12, 29], "degre": [15, 21, 22], "delai": [22, 30], "delet": 3, "delimit": 36, "delta": [5, 8], "delta_": 8, "delta_i": 8, "deltau": [12, 13], "deltav": [12, 13], "demand": 4, "demonstr": [7, 11], "demotest": 4, "denot": [16, 29], "densiti": [3, 4, 8, 9, 12, 15, 17, 26, 27, 29], "depend": [3, 8, 13, 26, 27, 28, 29, 30, 35, 36], "deploi": 1, "depth": [5, 28], "deriv": [4, 5, 8, 11, 14, 22], "derived_field": 22, "describ": [1, 4, 5, 8, 10, 12, 14, 20, 34], "descript": [0, 1, 4, 12, 34], "design": [17, 22], "desir": [0, 1, 3, 8, 27, 29, 30], "desko": 8, "despit": 27, "det": 7, "detail": [4, 8, 27, 36], "detect": [3, 15, 36], "determin": [3, 14, 20, 22, 24, 26, 27, 29, 30, 35], "determinist": 28, "develop": [0, 1, 3, 4, 6, 21, 26], "deviat": 14, "df": 36, "diagnost": 3, "diagram": 1, "diamet": 15, "dictat": 28, "differ": [0, 1, 2, 3, 4, 8, 9, 15, 22, 28, 29], "different": 5, "differenti": [5, 8], "diffus": [8, 11, 12, 15, 17, 20, 26, 31], "diffusion_typ": [12, 26], "dimens": [8, 9, 13, 14, 15], "dimension": [5, 15, 22, 29], "dipol": 11, "direct": [5, 7, 8, 9, 13, 14, 15, 17, 21, 22, 23, 24, 25, 26, 28, 29], "direction": 8, "directli": [4, 8, 13, 14], "directori": [1, 3, 4, 5, 10, 11, 27, 33, 34, 36], "directtoconst": 14, "dirichlet": [5, 8, 17], "disabl": [4, 15, 20], "disable_spanwise_gaussian": 15, "discret": [6, 26], "disk": [6, 11, 15, 22, 30], "dispers": 28, "displac": 15, "dissip": [8, 11], "distribut": [1, 11, 15], "diverg": [7, 8, 11, 26], "divid": 22, "divis": 24, "dmasa_dir": 5, "dndebug": 10, "do": [3, 4, 8, 17, 20, 26, 27, 30, 36], "do_fixed_it": 20, "do_initial_proj": [12, 26], "do_regrid": 4, "doc": [2, 4, 6, 11], "document": [0, 4, 6, 8, 11, 12, 21, 22, 24, 28, 34], "doe": [0, 1, 3, 4, 6, 11, 28], "doesn": 4, "doi": 28, "domain": [4, 5, 12, 13, 14, 17, 21, 25, 26, 28, 36], "don": 3, "done": [3, 5, 7, 16, 17, 29], "doubl": [4, 9, 15, 34], "download": 3, "downward": 28, "doxyfil": 1, "doxygen": 1, "dp_0": 8, "dpa": 14, "dpi": 36, "drag": 15, "draxl": 8, "drift": 8, "drive": [8, 14], "driven": [2, 8], "driver": 0, "droplet": 11, "dt": 30, "du21_a17": 15, "due": [3, 22, 30, 33], "durat": 14, "dure": [0, 3, 4, 8, 9, 10, 12, 20, 22, 28, 29, 30], "dx": [7, 9, 15], "dy": 7, "dynam": [8, 12, 15, 31], "dz": [7, 8], "e": [0, 1, 3, 4, 5, 6, 8, 9, 11, 14, 17, 21, 22, 27, 33, 34], "e_": 5, "each": [3, 4, 5, 8, 9, 11, 12, 20, 21, 22, 24, 26, 29, 33, 34, 36], "earli": 0, "earth": 5, "easi": 5, "east": 21, "east_vector": [12, 21], "ecosystem": 6, "eddi": [5, 6, 8, 11], "edit": 17, "editor": 0, "effect": [6, 8, 28, 32], "effici": 26, "effort": [6, 7], "eight": 29, "either": [10, 26, 29], "ekman": [2, 11], "element": [5, 7, 13], "elev": 22, "elevation_t": 22, "elimin": 1, "els": [9, 36], "emploi": [5, 8], "empti": 4, "enabl": [2, 5, 10, 11, 14, 15, 28, 30], "encount": 4, "end": [4, 5, 7, 8, 10, 12, 15, 16, 22, 26, 29], "endif": 0, "energi": [6, 11, 12, 19], "enforc": [11, 14, 17, 21, 30], "enforce_checkpoint_dt_reltol": 30, "enforce_checkpoint_time_dt": 30, "enforce_plot_dt_reltol": 30, "enforce_plot_time_dt": 30, "engin": [8, 14], "enhanc": 0, "enst": [18, 26], "enstrophi": [11, 12, 26, 33], "ensur": [0, 3, 4, 17, 26, 30], "enter": [7, 21], "entir": [9, 14, 21, 26, 28], "entireti": 14, "entri": [3, 12, 22], "enumer": 9, "env": 36, "environ": [1, 4, 10], "eof": 12, "epsilon": 15, "epsilon_chord": 15, "epsilon_tow": 15, "eq": 8, "equal": [4, 8, 13, 22, 28, 29, 30], "equat": [5, 6, 11, 12, 15, 20, 21, 26], "equidist": 22, "equilibrium": 14, "erf": 11, "error": [0, 3, 4, 5, 12, 14], "errorest": 4, "estim": 28, "et": [8, 15], "eta": 7, "etc": [4, 8, 9, 17], "euler": 5, "evalu": [5, 7, 13], "even": [20, 28], "everi": [11, 14, 15, 21, 34, 35], "everywher": [0, 26], "evolut": [14, 36], "evolv": [11, 26], "exact": 5, "exactli": [8, 30], "examin": 3, "exampl": [2, 5, 6, 8, 9, 10, 11, 12, 15, 16, 17, 18, 19, 20, 22, 26, 28, 29, 30, 34, 35, 37], "exascal": 0, "exawind": [1, 3, 6, 10], "exce": 29, "except": [0, 4, 8, 14], "excess": 14, "exclud": 36, "execut": [1, 3, 4, 10, 12, 34], "exercis": 0, "exhaust": [11, 28], "exhibit": 5, "exist": [0, 3, 10, 13, 21, 27, 30], "exp": 8, "expand": 28, "expans": [8, 21], "expect": [4, 5, 13, 21, 22], "expect_eq": 4, "expect_fals": 4, "expect_near": 4, "expect_throw": 4, "experiment": 15, "explain": 8, "explicit": [11, 26], "explicitli": [3, 8], "expon": 23, "extend": [2, 7, 8, 22, 28], "extens": [0, 4], "extent": [9, 29], "extern": 29, "extra": [8, 26], "extract": 1, "extrapol": 8, "f": [5, 9, 20, 36], "f1": [15, 29], "f_b": 7, "face": [7, 8, 20], "facil": [3, 4, 6], "fact": 4, "factor": [14, 15, 28, 30], "fail": [0, 2, 4], "failur": [3, 4, 10], "fall": 11, "fals": [7, 9, 12, 13, 14, 15, 26, 27, 28, 29, 30], "farm": [6, 9, 11], "fast": 0, "fast_inp": 15, "faster": 28, "fastest": 14, "fcompar": [3, 10], "featur": [0, 3, 11, 15, 21, 30], "fenton": 28, "few": 4, "fewer": 27, "fftw": 28, "fftw_estim": 28, "fftw_planner_flag": 28, "fidel": 6, "field": [0, 3, 4, 5, 7, 8, 9, 11, 12, 13, 14, 15, 16, 17, 21, 22, 26, 27, 28, 35, 36], "field_error": [15, 29], "field_nam": [15, 29], "fieldnorm": 33, "fieldrefin": [15, 29], "fieldrepo": [0, 4], "fieldrepotest": 4, "fig": 9, "figsiz": 9, "figur": [5, 36], "file": [0, 1, 2, 4, 5, 6, 8, 10, 11, 13, 14, 15, 17, 18, 19, 21, 22, 23, 26, 27, 28, 29, 30, 33, 34, 36, 37], "filenam": 34, "filter": [4, 8, 15], "final": [4, 5, 8, 13, 20], "find": 14, "fine": 20, "finer": 8, "finit": 7, "first": [0, 1, 3, 5, 7, 8, 13, 15, 21, 22, 28, 30], "fix": [0, 4, 5, 13, 15, 30], "fixed_dt": [4, 12, 30], "fixed_dt_loop": 4, "fixed_gradi": 12, "fixedwinglin": 12, "fixtur": 2, "fixur": 4, "flag": [3, 10, 12, 13, 15, 25, 26, 30, 34, 36], "flat": [11, 28], "flatten": 14, "fld": 9, "fllc": 15, "fllc_epsilon_dr_ratio": 15, "fllc_nonuniform": 15, "fllc_relaxation_factor": 15, "fllc_start_tim": 15, "fllc_type": 15, "float": 21, "float64": 9, "flow": [2, 6, 13, 14, 15, 17, 21, 22, 25, 26, 30, 35, 36], "flowfield": 6, "fluctuat": [8, 13], "fluid": [8, 11, 15, 22], "flux": [11, 14], "fly": 8, "fmg_maxit": 20, "focu": 6, "focus": 6, "folder": 17, "follow": [0, 1, 3, 4, 5, 6, 8, 9, 10, 11, 12, 14, 15, 21, 22, 23, 28, 30, 33, 34], "fontsiz": [9, 36], "foo": 17, "forc": [2, 11, 12, 14, 15, 21, 23, 26, 28, 30], "forcing_schem": 14, "forcing_timetable_frequ": 21, "forcing_timetable_output_fil": 21, "forcing_timetable_start_tim": 21, "forcing_transit": 14, "fork": 6, "form": [8, 29], "format": [0, 1, 9, 13, 22, 28, 33, 35], "formul": [11, 15, 28], "formula": 28, "fortran": [0, 5, 10], "foruml": 15, "forward": [0, 8], "found": [4, 5, 8, 17, 34], "fourier": 28, "frac": [5, 7, 8], "fraction": 8, "framework": 8, "free": [8, 11, 14, 26], "freestream": [13, 15, 21, 26], "freestream_godunov_inout": 17, "freesurfacesampl": [22, 33, 35], "frequenc": [18, 19, 21, 22, 30, 36], "friction": 5, "fring": 29, "from": [0, 1, 2, 3, 4, 6, 7, 8, 11, 12, 13, 14, 15, 17, 20, 21, 22, 26, 27, 28, 29, 34, 36, 37], "frontal": 15, "fs1": 22, "fst": 15, "fu": 5, "full": [8, 14, 26, 28], "fulli": [26, 28], "function": [0, 1, 4, 5, 8, 11, 15, 17, 21, 22, 36], "further": [5, 8, 36], "futur": [3, 11], "fv": 5, "g": [0, 3, 4, 6, 8, 9, 10, 11, 14, 17, 21, 22, 27], "g1": 29, "g2": 29, "ga": [11, 36], "gauss_smearing_factor": 23, "gaussian": [13, 15, 23], "gcc": [3, 10, 11], "gener": [0, 1, 3, 4, 11, 13, 14, 27, 36, 37], "genfromtxt": 36, "geoemtryrefin": 29, "geometr": [8, 28, 29], "geometri": [4, 9, 11, 12, 17], "geometryrefin": 29, "geostroph": [5, 11, 21], "geostrophic_wind": [12, 21], "geostrophic_wind_timet": 21, "geostrophicforc": [12, 21], "get": [4, 5], "git": [3, 5, 10], "github": [0, 1, 5, 10], "give": [5, 11, 21, 26], "given": [4, 8, 9, 22, 29], "global": [4, 7, 8, 9], "gnumakefil": [3, 4], "go": 1, "godunov": [3, 5, 26], "godunov_typ": [12, 26], "godunov_use_forces_in_tran": [12, 26], "goe": 8, "gold": [2, 10], "googletest": 4, "govern": 6, "gpu": [0, 5, 8, 10, 11], "gpx": 3, "gpy": 3, "gpz": 3, "grad_error": 29, "gradient": [5, 7, 8, 11, 12, 17, 29, 30], "gradual": 8, "graphviz": 1, "graviti": [11, 21], "greater": [15, 21, 26, 27, 29, 30], "grid": [3, 5, 7, 9, 11, 12, 15, 20, 21, 22, 23, 24, 29], "grid_loc": 23, "group": [4, 9, 15], "group_nam": 36, "growth": 30, "grp": 9, "gt": 9, "gtest_filt": 4, "gtest_list_test": 4, "guid": 2, "guidanc": 15, "guidelin": [2, 6], "h": [0, 4, 5, 8, 9], "ha": [0, 3, 4, 5, 7, 8, 10, 13, 14, 15, 17, 21, 26, 27, 30], "half": [5, 8, 13, 28], "hand": [4, 5, 8, 26], "handi": 8, "handl": [4, 12, 17, 26], "hard": 0, "harshli": 30, "hat": [5, 8], "have": [0, 1, 3, 4, 8, 9, 13, 14, 20, 22, 36], "haven": 3, "hdf5": 9, "header": [0, 10, 15, 17, 21, 33], "heat": [11, 14], "height": [8, 13, 14, 15, 21, 23, 28], "height_vari": 21, "helmholtz": 20, "help": [4, 15, 30], "helper": 4, "hemispher": 21, "henc": 5, "here": [0, 1, 7, 8, 15, 17, 36], "heterogen": 0, "hexahedr": 29, "hi": [5, 9, 17, 22], "hierarchi": [0, 24], "high": [6, 8, 14, 27, 28], "higher": [8, 10], "highest": [6, 22], "highli": 11, "hip": 0, "histori": 22, "ho": [11, 28], "hold": 0, "home": [3, 10], "homogen": 5, "horizont": [5, 8, 21], "hos_init_tim": 28, "hos_init_timestep": 28, "hos_modes_filenam": 28, "how": [1, 4, 15, 17, 26, 30], "howev": [0, 30, 36], "hpc": 10, "hspace": 7, "html": 1, "http": [5, 10, 28], "hub": 15, "hub_height": 15, "hydro": 8, "hydrostat": 8, "hyper": 20, "hypr": [11, 20], "hypre_interfac": 20, "hypre_namespac": 20, "i": [0, 1, 2, 3, 4, 5, 6, 7, 8, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 36, 37], "icn": [8, 12, 15, 21], "icpx": 10, "id": 36, "idd": 11, "ideal": 3, "ident": [5, 8, 35, 36], "identifi": [15, 16], "ifndef": 0, "ifu": 5, "ignor": [12, 14, 21], "ij": [5, 8, 20], "ik": 8, "ill": [8, 14], "illustr": 22, "imaginari": 5, "immedi": 4, "immers": 11, "impact": [6, 22], "implement": [4, 5, 6, 8, 14, 15, 17, 26, 30, 31], "impli": [3, 8, 14], "implicit": [11, 26], "import": [9, 36], "improv": [11, 14], "imshow": 9, "incflo": [6, 8, 12, 15, 16, 18, 19, 21, 22], "incflow": 12, "includ": [0, 5, 8, 12, 13, 14, 15, 16, 17, 20, 26, 28, 30, 35], "incomplet": 0, "incompress": [5, 6, 8, 11, 21], "incorpor": 8, "increas": [28, 30], "ind_0": 36, "independ": 8, "index": [1, 6, 30], "indic": [3, 12, 21, 22, 24, 25, 29, 30], "indirect": 12, "indirecttoconst": 14, "indirecttodirect": 14, "individu": [0, 22, 27], "inerti": 11, "inflow": [11, 12, 13, 15, 21, 37], "inflow_outflow_typ": 17, "inflow_typ": 17, "influenti": 28, "inform": [3, 8, 11, 12, 15, 22, 28], "infrastructur": 4, "infti": 5, "inherit": [0, 1], "init_perturb": 17, "init_phys": 0, "init_shrink": [4, 12, 30], "initi": [0, 4, 8, 11, 13, 15, 26, 27, 28, 30, 34, 36], "initial_condition_input_fil": 13, "initial_dt": 30, "initial_iter": [12, 26], "initialize_mesh": 4, "initialize_wave_field": 28, "inject": [12, 23], "inlin": 1, "inner": 29, "inner_radiu": 29, "inp": 11, "input": [0, 3, 4, 5, 6, 8, 9, 11, 13, 14, 15, 17, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 34, 37], "insid": [13, 29], "inspect": 9, "inspect_abl_io": 9, "instal": [1, 5, 10], "instanc": [0, 4, 28], "instant": 36, "instantan": [8, 14], "instead": [1, 4, 5, 11, 15, 26, 27, 28], "institut": 6, "instruct": 1, "int": [4, 9, 13, 15, 21, 22, 36], "int32": 9, "int_": [5, 8], "int_field": 22, "int_output": 27, "int_z": 8, "integ": [12, 13, 18, 19, 20, 22, 24, 25, 26, 27, 28, 29, 30], "integr": [0, 3, 7, 8, 12, 17, 18, 19], "intel": [3, 10, 11], "intend": [21, 22], "interact": [4, 6, 8], "interest": 2, "interfac": [0, 5, 11, 12, 20, 28, 29, 36], "interior": 17, "intermedi": 4, "interp_spacing_at_surfac": 28, "interpol": [8, 9, 28], "interpret": [12, 14], "interv": [21, 29, 30, 36], "introduc": 3, "invari": 14, "invers": [14, 21, 28], "invoc": [4, 12, 34], "involv": [8, 17, 30], "io": [12, 13, 34], "iomanag": 27, "ipa": 14, "irregular": 11, "is_period": [9, 12, 17, 25], "iso": 0, "issu": [0, 3, 11], "iter": [8, 20, 26, 28, 30], "its": [3, 4, 6, 8, 14, 15, 29], "itself": 4, "iv": 5, "j": [3, 7, 8], "jcp": 8, "jet": 36, "jfm": [5, 8], "joukowski": 11, "ju_t": 7, "judgement": 0, "jump": 8, "just": [4, 30], "k": [8, 11, 13], "k_": 11, "kappa": [8, 12, 13], "ke": [12, 19, 26], "ke_int": 12, "keep": [0, 4, 28], "keep_paramet": 4, "kei": [0, 12], "kelli": 28, "kelvin": [13, 21], "kernel": [0, 23], "keyword": [4, 11, 18, 19, 22, 26, 29], "kinemat": 14, "kinet": [11, 12, 19], "kineticenergi": [12, 26, 33], "kj": 8, "known": [0, 8], "komegasst": 32, "komegasstidd": 32, "kosov": [11, 32], "kuhn": 8, "l": 8, "l_2": 5, "l_v11": 12, "label": [3, 8, 12, 15, 16, 18, 19, 22, 26, 28, 29, 33], "laboratori": 6, "laminar": [2, 7, 31, 32], "laminar_prandtl": [12, 31], "langl": [5, 8], "languag": 0, "laplacian": 11, "larg": [0, 6, 11, 20], "larger": [8, 26, 29, 30], "largest": 30, "last": [4, 8, 12, 13, 15], "latest": 1, "latitud": [12, 21], "law": [11, 13, 23], "lawrenc": 6, "layer": [5, 6, 11, 12, 13, 14, 17], "le": [2, 6], "leadership": 6, "learn": 0, "least": [0, 3, 4, 15], "leav": [5, 28], "lectur": 5, "left": [5, 8, 26], "legaci": [3, 4, 14], "len": [9, 36], "length": [8, 9, 13, 14, 15, 22, 23, 28], "less": [15, 21, 30], "let": 7, "letter": 0, "lev": 9, "level": [3, 4, 7, 8, 9, 10, 11, 12, 14, 20, 24, 27, 29], "level_0": 9, "level_1": 9, "levelset": 11, "leverag": [6, 9], "librari": [3, 4, 6, 8, 9, 10, 12, 20, 22, 28], "lid": 2, "lidar": [11, 12], "lidar1": 22, "lidarsampl": 22, "lift": 15, "like": [3, 4, 20, 30], "limit": [13, 30], "line": [4, 6, 9, 11, 12, 15, 21, 26, 33, 34, 36], "line1": [22, 26], "line2": 26, "linear": [6, 11, 12, 13, 15, 20, 28], "linearli": [9, 14], "linearprofil": [17, 23], "linearwav": 28, "linesampl": [12, 22, 26], "link": [2, 11, 22], "linux": [3, 10], "liquid": [11, 28, 36], "list": [0, 3, 4, 10, 11, 13, 14, 15, 21, 22, 23, 24, 25, 26, 27, 29, 34], "live": 11, "llvm": [3, 10, 11], "lo": [9, 17, 22], "load": [9, 10, 36], "load_binary_data": 36, "loc_dir": 36, "local": [1, 3, 8, 10, 13, 14], "locat": [5, 8, 12, 15, 23, 27, 28, 30, 35, 36], "log": [3, 5, 11, 13], "log_law_height": 13, "logic": [0, 4, 29], "loglaw": 8, "long": 30, "longer": 15, "lookup": 15, "loop": [0, 9], "low": [11, 28], "lower": [4, 9, 11, 14, 25, 28], "lowest": 20, "lt": 9, "lvert": [5, 8], "m": [1, 5], "m_": [0, 8], "m_mesh": 0, "m_pde_mgr": 0, "m_physics_mgr": 0, "m_repo": 0, "m_time": 0, "m_turbul": 0, "mac": [8, 12, 17], "mac_proj": [12, 20], "mach": 11, "machin": [3, 28], "machineri": 8, "maco": [3, 10], "macro": 4, "made": [0, 3, 9], "mag": 8, "mag_vort": 22, "magnitud": [8, 14, 21, 36], "mai": [8, 14, 22, 26, 29, 30], "main": [10, 11], "mainlin": [0, 3], "maintain": [6, 15, 21], "major": 11, "make": [3, 5, 10, 15], "manag": [0, 29], "mandatori": [13, 14, 15, 17, 18, 19, 21, 24, 25, 26, 28], "mani": [0, 8, 22, 26], "manipul": [4, 33], "manner": [1, 8], "manual": [0, 2, 3, 6], "manufactur": [5, 11], "map": [8, 11, 25], "martinez": 15, "masa": [2, 10], "masa_root_dir": 5, "mask_cel": 22, "mass": [8, 11, 12], "mass_inflow": [9, 17], "mass_inflow_outflow": 17, "massiv": 6, "match": [3, 4, 17, 30], "materi": 11, "mathbf": [7, 29], "mathcal": 5, "mathemat": 8, "mathrm": [5, 8, 21], "matplotlib": [9, 36], "matrix": 14, "matter": [0, 34], "matur": 0, "max": [8, 20], "max_coarsening_level": 20, "max_dt_growth": 30, "max_grid_s": 24, "max_level": [12, 24, 29, 30], "max_ord": 20, "max_step": [4, 12, 30, 34], "maximum": [15, 20, 23, 24, 28, 29, 30], "maxit": 20, "maxlevel": 29, "mean": [3, 5, 8, 13, 14, 16, 20, 23, 28], "mean_wind_typ": 23, "meant": [2, 15], "measur": [5, 22, 28, 35], "meet": 30, "member": 0, "memori": 11, "meneveau": 15, "mention": [1, 17], "merg": [0, 3], "mesh": [0, 4, 5, 6, 11, 12, 15, 24, 25, 28, 29, 30], "mesh_map": 25, "meshtest": 4, "mesoscal": [11, 12, 14], "mesoscale_forc": 14, "messag": [4, 30], "met": 20, "metaphysicl": 5, "metaphysicl_dir": 5, "metaphysicl_root_dir": 5, "meter": [13, 14, 21, 23], "methdologi": 8, "method": [0, 4, 5, 8, 26, 28], "methodologi": [6, 11], "metric": [7, 29], "mg": 20, "mg_atol": [12, 20], "mg_cg_max_it": 12, "mg_cg_verbos": 12, "mg_fmg_max_it": 12, "mg_max_coarsening_level": 12, "mg_max_it": 12, "mg_max_ord": 12, "mg_rtol": [12, 20], "mg_verbos": 12, "microscal": 14, "mid": 9, "middl": 23, "might": 0, "min": 8, "min_level": 29, "minim": 26, "minimum": [23, 28, 29], "mirocha": 8, "miscellan": 11, "mismatch": 27, "miss": [3, 27], "mkdir": [3, 10], "mlmg": [8, 11, 12], "mm": 2, "mmc": [11, 14], "mn": 8, "mode": [3, 11, 13, 28], "model": [0, 5, 6, 9, 12, 13, 14, 15, 31, 32], "modern": [0, 10], "modif": [0, 3, 8], "modifi": [0, 2, 8, 29, 30], "modul": 10, "moeng": 13, "moistur": 8, "mol": [7, 26], "moment": [11, 14], "momentum": [8, 11, 12, 14, 15, 20, 26, 31], "momentum_u": 14, "momentum_v": 14, "monin": 11, "monitor": 11, "monochromat": [11, 28], "monthli": 3, "more": [4, 8, 12, 14, 26, 28, 29, 30], "most": [4, 8, 17, 26, 28, 30], "mostli": 26, "motion": [8, 15], "motion_typ": 15, "move": [12, 15, 26, 36], "mpi": [3, 10, 11], "mpich": 10, "mu": [7, 8], "much": 20, "multi": [6, 7, 8, 9, 12, 20], "multigrid": [8, 20], "multiphas": [6, 11, 26], "multipl": [3, 4, 6, 22], "multipli": 5, "multivalu": 22, "must": [0, 1, 3, 4, 5, 7, 8, 9, 12, 15, 20, 21, 22, 24, 26, 27, 28, 29, 30, 34, 36], "mwr": 8, "my_sampl": 22, "n": [3, 5, 7, 8, 36], "n_cell": [12, 24], "n_e": 5, "n_z": 5, "nabla": [7, 8], "nabla_": 7, "nabla_x": 7, "nacel": 15, "nacelle_area": 15, "nacelle_drag_coeff": 15, "nalu": [6, 11], "name": [0, 1, 3, 4, 5, 9, 13, 15, 21, 22, 23, 27, 28, 29], "namespac": [0, 4, 12], "nation": 6, "nativ": [11, 22, 33, 35], "natur": 30, "navier": [5, 11, 21], "navig": 6, "nbsp": 9, "nc": [9, 36], "ncdf": 36, "ncdump": 9, "ncell": 4, "ncol": 9, "ncomp": 9, "nd": 8, "necessari": [0, 3, 4, 10, 27, 30], "need": [1, 3, 7, 9, 14, 15, 17, 27, 28, 30], "neg": [4, 14, 20, 28, 30], "nest": [4, 29], "netcdf": [9, 10, 12, 13, 14, 22, 23, 33, 35], "netcdf4": [9, 36], "neumann": 17, "neutral": 11, "never": 4, "new": [0, 1, 2, 4, 8, 11, 15, 26, 27], "new_timestep": 4, "newton": 8, "next": [0, 4, 5], "nheight": 14, "nicolson": [11, 26], "nid": 36, "nightli": [0, 3], "nlevel": 9, "no_slip_wal": 17, "nodal": [8, 12, 17, 26], "nodal_proj": [12, 20], "nodalprojector": 20, "node": [7, 20, 22], "non": [11, 15, 17, 29], "nondeterminist": 28, "nondim": 29, "none": [14, 15], "nonneg": 15, "nonuniform": 14, "norm": [5, 11], "normal": [4, 5, 7, 8, 9, 12, 13, 14, 15, 21, 22], "normal_direct": [12, 13], "normalize_by_zmax": 14, "normalize_spanwis": 15, "north": 21, "north_vector": [12, 21], "northern": 21, "note": [7, 8, 13, 16, 21, 22, 26, 29, 34, 36], "notic": 3, "now": [1, 4, 5, 21], "np": 36, "nrel5mw": 15, "nrow": 9, "nt": [9, 36], "ntime": 14, "nu": [5, 8], "nu_t": [5, 8], "num_active_level": 4, "num_bottom_smooth": 20, "num_field": 4, "num_final_smooth": 20, "num_inst": 22, "num_point": [12, 15, 22, 26], "num_points_blad": 15, "num_points_tow": 15, "num_post_smooth": 20, "num_pre_smooth": 20, "number": [3, 4, 5, 13, 15, 20, 22, 24, 25, 26, 27, 28, 30, 31], "number_interp_above_surfac": 28, "number_interp_points_in_z": 28, "numer": [3, 5, 8, 11, 28], "numerical_beach_length": 28, "numerical_beach_length_factor": 28, "numpi": 36, "nvalid": 36, "nvidia": [3, 10, 11], "nwp": 8, "nx": 9, "ny": 9, "nz": 9, "o": [3, 6, 17, 29, 34, 37], "o2": 10, "object": [0, 4, 6, 15, 36], "observ": [8, 28], "obukhov": 11, "obviou": 1, "ocean": [11, 12], "oceanwav": [26, 28], "off": [10, 28], "offer": 8, "offload": 0, "offset": [12, 22, 23, 30], "offset_vector": 22, "offshor": 6, "often": [4, 8, 9, 15, 30], "ok": 34, "old": 26, "omega": [5, 11], "omit": [14, 27, 28], "onc": [1, 3, 30], "one": [0, 4, 5, 11, 12, 14, 15, 16, 20, 26, 29], "oneapi": 10, "oneeqksgsm84": [9, 12, 32], "ones": [4, 15], "onli": [0, 3, 4, 7, 8, 9, 12, 13, 14, 17, 21, 22, 23, 26, 27, 28, 29, 30], "onlin": 1, "onward": 30, "open": [1, 3, 6], "openfast": [11, 15, 37], "openfast_input_fil": 15, "openfast_restart_fil": 34, "openfast_sim_mod": 34, "openfast_start_tim": [15, 34], "openfast_stop_tim": [15, 34], "openmp": [10, 11], "openmpi": 10, "oper": [3, 7, 8, 10, 11, 20], "opposit": 17, "optim": [10, 15, 28], "option": [5, 12, 13, 14, 15, 16, 17, 18, 19, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 34], "order": [4, 5, 8, 11, 14, 20, 21, 22, 28, 30], "ordinari": 15, "org": 28, "organ": [2, 4, 12], "orient": [15, 21], "orig": 9, "origin": [9, 12, 15, 22, 29], "oscil": 15, "oscillatori": [15, 21], "other": [0, 1, 3, 4, 6, 7, 8, 14, 15, 17, 21, 22, 27, 28, 36], "otherwis": [3, 8, 20, 36], "otim": 8, "our": [0, 7], "out": 3, "out_int": 36, "outer": 29, "outer_radiu": 29, "outflow": [9, 11, 12, 21], "outlin": 15, "output": [1, 2, 4, 8, 9, 10, 11, 12, 13, 15, 18, 19, 21, 22, 26, 27, 28, 30, 35, 36, 37], "output_default_vari": 27, "output_delai": 22, "output_format": 22, "output_frequ": [12, 15, 18, 19, 22, 26], "over": [5, 7, 8, 14, 16, 21, 26, 28], "overal": 8, "overlin": 7, "overrid": [0, 4, 12, 29, 34], "overridden": 4, "overset": [6, 11], "oversetrefin": 29, "overview": [1, 4, 8], "overwritten": 15, "own": [2, 14, 17], "p": [3, 5, 7, 8, 27], "p_h": 12, "packag": 1, "page": [1, 6, 11], "parabol": 11, "paradigm": 0, "parallel": [3, 6, 8, 10, 11, 22], "param": 15, "paramet": [2, 4, 12, 13, 14, 15, 20, 22, 23, 24, 26, 27, 28, 29, 30, 32, 34], "paraview": 11, "parmpars": [12, 20], "pars": [12, 34], "parse_head": 36, "parse_paramet": 4, "parser": 12, "part": [3, 5, 8, 26], "partial": [5, 8, 12], "partial_i": 8, "partial_l": 8, "particl": [22, 35], "particular": [1, 3, 8, 12, 34], "partit": 8, "pass": [0, 3, 4, 7, 10, 13, 30], "passiv": [11, 15, 26], "passive_scalar": 15, "passive_scalar_laminar_schmidt": 15, "passive_scalar_turbulent_schmidt": 15, "patch": [11, 34], "path": [10, 14, 34, 36], "patient": 28, "pde": [0, 8, 11], "pde_manag": 0, "pdebas": 0, "pdemgr": 0, "pdf": [1, 36], "pdim": 9, "per": [21, 22], "perform": [2, 4, 6, 9, 10, 14, 20, 22, 26, 28, 29, 30], "period": [5, 9, 11, 15, 17, 21, 25, 28], "perpendicular": 9, "perscrib": 4, "pertub_ref_height": 13, "perturb": [8, 13], "perturb_ref_height": 12, "perturb_temperatur": [12, 13], "perturb_veloc": [12, 13], "petsc": 20, "pfile": 36, "phase": [3, 8, 11, 30], "phi": [5, 7, 8], "phi_m": 8, "physic": [0, 6, 7, 12, 15, 20, 26, 27, 28, 29], "physics_manag": 0, "physicsmgr": 0, "pi": [5, 8], "pick": 28, "piecewis": 11, "pitch": 15, "pitch_timet": 15, "place": [1, 28], "placehold": 28, "plan": 28, "planar": [8, 14], "plane": [9, 11, 12, 13, 21, 23], "plane1": 22, "plane_": 22, "plane_end": 22, "plane_num_point": 22, "plane_start": 22, "planesampl": [12, 22], "planetari": 21, "pleas": [0, 1, 11, 21, 24], "plm": 26, "plot": [3, 9, 27, 30, 33, 36], "plot_count": 4, "plot_delai": 30, "plot_field": 9, "plot_fil": [12, 27], "plot_interv": [4, 12, 27, 30], "plot_sampling_ascii": 36, "plot_sampling_n": 36, "plot_sampling_netcdf": 36, "plot_start": 30, "plot_time_delai": 30, "plot_time_interv": [27, 30], "plot_time_interval_reltol": 30, "plotfil": [3, 27, 33], "plt": [9, 12, 27, 36], "pm": 8, "png": 9, "poincar": 8, "point": [4, 11, 15, 28, 36], "poiseuil": 5, "poisson": 8, "polynomi": 14, "popul": [4, 9], "populate_paramet": 4, "portabl": 11, "portion": 28, "pose": [5, 8], "posit": [4, 14, 21, 22, 28, 29, 30, 36], "possibl": [9, 14, 15, 20, 27], "post": [6, 10, 11, 12, 16, 18, 19, 20, 22, 26, 27, 37], "post_process": [12, 16, 18, 19, 22, 26, 27, 33, 36], "post_processing_directori": 27, "postprocess": [8, 11, 26], "potenti": [2, 11, 14], "power": 23, "powerlawprofil": [17, 23], "pp": 4, "pp_dir": 36, "ppm": [12, 26], "ppm_nolim": 26, "practic": [0, 28, 30], "prandtl": 31, "pre": [20, 29], "precis": 28, "precursor": [9, 11, 12, 21], "pred": 7, "predict": [8, 26], "predictor": 8, "prefer": [0, 22], "prefix": [0, 5, 12, 15, 16, 18, 19, 20, 22, 29], "prescrib": [11, 13, 15, 30], "prescribed_uinf": 15, "present": [0, 11, 15, 21, 22, 26, 27, 36], "pressur": [4, 8, 13, 20, 26, 30], "pressure_inflow": 17, "pressure_outflow": [9, 17], "prevent": 15, "previou": 0, "previous": [1, 3], "primari": [0, 6, 27, 30], "primarili": [10, 21], "primer": [1, 4], "princip": 29, "print": [3, 4, 9, 15], "priori": 8, "privat": 0, "prob_hi": [12, 25], "prob_hi_phys": 25, "prob_lo": [12, 25], "probe": [11, 12, 22, 26], "probe1": 22, "probe_loc": 22, "probe_location_fil": 22, "probesampl": 22, "problem": [4, 5, 7, 12, 25, 34], "proc": 3, "procedur": 10, "process": [1, 3, 4, 6, 10, 11, 12, 16, 18, 19, 22, 27, 28, 36, 37], "produc": [4, 33], "profil": [5, 8, 11, 12, 23, 26, 28], "progress": [17, 35, 36], "project": [3, 8, 11, 12, 17, 20, 26], "projector": 7, "promis": 11, "prompt": 4, "propag": 23, "proper": 34, "properli": [1, 3, 4], "properti": 36, "proport": 8, "propos": 8, "provid": [0, 1, 3, 4, 6, 8, 9, 10, 12, 14, 15, 21, 22, 28, 29, 30, 33, 34, 35, 36], "pt": 36, "public": [0, 3, 4], "publish": 3, "pull": [0, 3], "pure": 0, "purport": 11, "purpos": [4, 7, 8], "pwd": 3, "pyplot": [9, 36], "python": [1, 5, 9, 10], "python3": 36, "q": [11, 12], "qc1": 29, "qcriterionrefin": 29, "qquad": 29, "qualiti": 0, "quantiti": [5, 11, 14, 15], "quasi": [2, 15], "quick": 4, "quickli": 4, "quiescent": 11, "quot": [9, 12], "r": [3, 9, 21, 36], "r_": 8, "radar": 11, "radial": 29, "radiat": 8, "radii": 29, "ramp": 28, "random": 13, "random_gauss_mean": 13, "random_gauss_var": 13, "rang": [9, 15, 36], "rangl": [5, 8], "rank": 3, "rankin": 17, "raphson": 8, "rate": [8, 11, 29], "rather": [1, 4, 7], "ratio": [8, 15], "rayleigh": [11, 30], "rayleightaylor": 26, "re": 34, "reach": 30, "read": [0, 1, 4, 8, 9, 20, 22, 26, 28, 29], "reader": [0, 3, 8], "readi": [0, 4, 8], "real": [3, 4, 5, 8, 13, 14, 15, 16, 17, 20, 21, 22, 23, 25, 26, 27, 28, 29, 30, 31, 32], "rearrang": 5, "reason": [0, 30], "reaverag": 16, "recent": 10, "recommend": [2, 3, 4, 8, 10, 15, 23, 26], "reconstruct_true_pressur": 8, "rectifi": 3, "recurs": 10, "reduc": [14, 28], "reduct": 30, "ref": [8, 21], "refer": [0, 3, 8, 11, 13, 21, 22, 23, 24, 26, 27, 37], "reference_dens": 13, "reference_pressur": 13, "reference_temperatur": [12, 21], "refin": [3, 4, 11, 12, 15, 24, 30], "reflect": 11, "reformat": 0, "refram": 8, "regex": 3, "region": [11, 14, 28, 29], "regist": 4, "regress": [0, 2, 5, 6, 14, 15], "regrid": [3, 29, 30], "regrid_count": 4, "regrid_interv": [4, 12, 29, 30], "regrid_start": 30, "rel": [3, 20, 30, 34], "relat": [4, 12, 25, 28, 30], "relax": [11, 14, 15, 28], "relax_zone_gen_length": 28, "relax_zone_out_length": 28, "releas": [3, 10], "relev": [3, 11, 30], "reli": [1, 4, 10, 11, 26], "relwithdebinfo": 10, "remain": [8, 15, 30], "remov": [8, 13, 34], "renew": 6, "reorder": 36, "repeat": 12, "replac": [17, 28], "replic": [21, 36], "repo": [0, 4], "repositori": [0, 1, 4, 10], "repres": 36, "represent": [11, 15], "request": [0, 3], "requir": [0, 4, 5, 7, 9, 10, 15, 16, 20, 22, 23, 28, 29, 36], "rerun": 3, "reset": 4, "resolut": [4, 5, 8, 9, 12, 22, 24, 28], "resolv": [6, 8, 11, 14], "respect": [4, 14, 15, 25, 29], "respons": [4, 17], "rest": [0, 1, 28, 30, 36], "restart": [27, 30, 37], "restart_fil": [12, 27, 34], "restor": 4, "restrict": [26, 29], "restructur": 1, "restructuredtext": 1, "result": [2, 3, 4, 10, 14, 15, 28, 30], "return": [0, 4, 7, 36], "reus": 4, "revert": 0, "review": 0, "reynold": [11, 16], "reynoldsstress": 16, "rg": 9, "rh": 8, "rho": [7, 8], "rho_0": 8, "rho_t": 7, "right": [5, 8, 26], "rightarrow": 5, "ring": 11, "rm": 7, "roadmap": [6, 37], "rocm": 10, "root": [1, 4, 9, 21, 34], "root_dir": 36, "rotat": [5, 21, 29], "rotational_time_period": [12, 21], "rotor": 15, "rotor_diamet": 15, "rough": [11, 13], "routin": [4, 8, 15], "roystgnr": 5, "rsync": 3, "rule": 0, "run": [0, 2, 5, 6, 8, 10, 11, 12, 15, 26, 30, 36, 37], "runawai": 14, "runtim": 4, "runtime_error": 4, "rvert": [5, 8], "s1": [29, 36], "s_": [5, 8], "s_k": 8, "same": [3, 7, 9, 13, 14, 15, 17, 20, 28, 30, 36], "sampl": [2, 11, 12, 15, 26, 27, 33, 36, 37], "sampler": [22, 35, 36], "sampling00000": 36, "sampling_fil": 36, "samplingfil": 36, "sandia": 6, "satisfi": 8, "save": [3, 10], "savefig": [9, 36], "scaffodl": 4, "scaffold": 2, "scalar": [8, 11, 15, 17, 26], "scalaradvect": 26, "scale": [11, 14, 23, 25, 29], "scaling_factor": 25, "scatter": 36, "scenario": 14, "scene": 4, "scheme": [3, 7, 14, 17, 26], "schumann": [11, 13], "scratch": 4, "script": [10, 33, 36], "sdim": 9, "sea": 6, "search": [6, 11, 22], "search_direct": 22, "sec": 3, "second": [3, 5, 11, 21, 28, 30], "secondari": 14, "section": [0, 2, 3, 4, 8, 9, 10, 11, 12, 33], "see": [4, 8, 10, 15, 17, 30, 34], "seed": 15, "seen": 3, "select": 22, "self": [1, 36], "semi_structur": 20, "send": 7, "separ": [5, 8, 11], "sequenc": 21, "seri": 28, "set": [4, 5, 7, 8, 10, 11, 12, 13, 14, 15, 18, 19, 20, 21, 22, 23, 26, 27, 28, 30, 31, 32, 34, 36], "set_current_cfl": 4, "set_titl": 9, "setup": [0, 3, 4, 8], "sever": [4, 5], "sg": 11, "shade": 36, "shape": [9, 29, 36], "share": [6, 11], "sharex": 9, "shear": [8, 13, 23, 29], "shear_expon": 23, "short": 0, "shorten": [30, 36], "should": [0, 1, 3, 7, 10, 14, 15, 21, 22, 28, 29, 30, 34], "show": [3, 4, 9, 36], "shown": [3, 4, 5, 12, 36], "shp": 9, "shrink": 30, "shubin": 11, "shy": 30, "sid": 36, "side": [5, 8, 9, 17, 20, 26], "signal": [15, 30], "signal_handl": 4, "signific": 22, "sim": 4, "similar": [8, 9, 11, 30], "simpl": [1, 4, 8, 12, 37], "simpli": 4, "simplic": 33, "simplifi": 5, "simtim": [0, 4, 30], "simtimetest": 4, "simul": [0, 3, 4, 5, 6, 8, 11, 12, 13, 14, 15, 16, 21, 22, 23, 26, 27, 28, 29, 30, 34, 36, 37], "sin": 5, "sinc": 1, "sine": 15, "sine_period": 15, "sine_vector": 15, "singl": [4, 7, 8, 21, 24], "sinusoid": [13, 21], "site": 1, "situ": 11, "size": [4, 7, 9, 13, 15, 28, 30], "skeleton": 4, "skip": [4, 30], "skip_head": 36, "skip_output": 27, "slice": 34, "slip": 5, "slip_wal": [12, 17], "slope": 14, "slosh": 11, "smagorinski": [2, 11, 32], "smagorinsky_coeff": 32, "small": [4, 28], "smear": 23, "smooth": 20, "smoother": 20, "snake_cas": 0, "snapshot": [1, 3], "so": [1, 3, 4, 7, 12, 22, 28], "softwar": [10, 11], "sole": [27, 36], "solut": [3, 5, 8, 11, 34], "solv": [5, 6, 7, 12, 20, 26, 28], "solvabl": 17, "solver": [0, 6, 8, 11, 12, 14, 17, 20, 28], "some": [0, 3, 4, 28], "someth": 1, "sometim": 26, "soon": 13, "sourc": [0, 2, 3, 4, 6, 11, 12, 14, 15, 17, 37], "source_term": [12, 15, 21], "space": [8, 15, 21, 22, 23, 28], "spack": [2, 11], "span": [15, 22], "span_loc": 15, "spanwis": [13, 15], "spars": 26, "spatial": [5, 8, 11, 28], "speci": 29, "special": 1, "specif": [0, 4, 8, 11, 14, 20, 21, 22, 26, 29, 30, 35], "specifi": [8, 11, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 24, 26, 27, 28, 29, 30, 32], "speed": [8, 21], "sphinx": 1, "spiral": [2, 11], "split": [5, 8], "spragu": 8, "sqrt": [4, 5, 8, 36], "squar": 4, "square_root": 4, "squeez": 9, "sst": 11, "stabil": [8, 11, 26], "stabl": [3, 8, 11], "stagger": 8, "standalon": 4, "standard": [4, 10], "start": [3, 4, 12, 13, 14, 15, 16, 21, 22, 26, 28, 29, 30], "start_tim": 34, "state": [5, 6, 8, 11], "statement": 15, "static": [4, 11, 12, 36], "static_box": 29, "static_refin": 29, "static_refinement_def": 29, "stats_fil": 36, "stats_output_format": 12, "stats_output_frequ": 12, "statu": 4, "std": [0, 4], "steadi": 5, "stem": 28, "stencil": 20, "step": [3, 5, 9, 14, 20, 21, 26, 28, 30], "still": [8, 15, 28, 30], "stoke": [5, 11, 21, 28], "stokes_wavelength_iter_max": 28, "stokes_wavelength_ord": 28, "stokes_wavelength_toler": 28, "stokeswav": 28, "stop": [15, 16, 30], "stop_tim": [4, 12, 30], "store": [3, 14], "str": 36, "straight": 15, "straightforward": 4, "strain": [8, 11], "strategi": [8, 14, 24], "strength": [28, 29], "stress": [11, 13, 16], "stretch": [6, 25], "string": [10, 12, 13, 14, 15, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 28, 29, 31, 32], "stringent": 26, "strong": 14, "strongli": 8, "struct": 36, "structur": [0, 1, 3, 4, 6, 8, 20, 24, 37], "studi": [5, 15], "style": [1, 2, 25], "subclass": 4, "subgrid": 11, "submit": [0, 34], "submodul": 10, "subplot": 9, "subsect": 29, "subsequ": 21, "subset": 4, "substitut": 5, "success": [1, 3, 4, 10], "successfulli": [1, 3], "suffici": 30, "suggest": 28, "suit": [0, 3, 4, 5, 10], "sum": 36, "sum_": 5, "sum_p": 8, "summari": [3, 4], "super": 10, "support": [0, 3, 4, 8, 10, 11, 13, 14, 15, 16, 22, 26, 29, 32, 34], "suppos": 4, "suppress": 3, "suptitl": 9, "surfac": [8, 11, 13, 28], "surface_roughness_z0": [12, 13], "surface_temp_flux": 12, "swens": 28, "switch": [1, 3, 4, 8, 20], "sy": 36, "sycl": 10, "symmetr": 5, "symmetri": 8, "symmetric_wal": 17, "syntax": [1, 34], "synthet": 11, "syntheticturbul": [12, 26], "synthturb": 23, "system": [0, 1, 3, 4, 5, 8, 10, 11, 21], "t": [3, 4, 5, 7, 8, 9, 21], "t1": 34, "tabl": [4, 15, 21, 22], "tag": [12, 15, 24], "take": 10, "taken": 4, "tan": 5, "tangenti": 5, "tank": 11, "target": [0, 10, 26], "tast": 0, "tau": 8, "tau_": 8, "taylor": [2, 8, 11, 30], "taylorgreenvortex": 26, "team": [0, 6], "teardown": 4, "technic": 0, "techniqu": [8, 28], "tell": 15, "temperatur": [8, 9, 11, 12, 13, 14, 17, 20, 21], "temperature_diffus": 20, "temperature_height": [12, 13], "temperature_typ": 12, "temperature_valu": [12, 13], "tempor": [11, 15], "tendenc": [8, 14], "tendency_forc": 14, "tension": 8, "tensor": 8, "term": [6, 7, 11, 12, 13, 14, 15, 21, 26], "termin": 30, "terrain": [8, 11], "test": [0, 2, 6, 7, 8, 10, 11, 15, 17, 36], "test_abl_init": 4, "test_amd_setup_calc": 8, "test_demo_meshtest": 4, "test_f": 4, "test_fil": [3, 11, 36], "test_meshtest_advanc": 4, "test_refin": 4, "test_simtim": 4, "test_sqrt": 4, "test_squar": 4, "test_turbulence_l": 8, "testsquar": 4, "testsquareroot": 4, "text": [0, 1, 5, 12, 15, 21, 22, 29, 33, 34], "textrm": 8, "tflux": 14, "than": [0, 1, 4, 7, 15, 21, 26, 27, 28, 29, 30], "thei": [1, 3, 8, 17, 27, 36], "them": [0, 3, 27], "theori": [0, 6, 11, 28], "therebi": 28, "therefor": [5, 8, 13, 28], "thermal": [21, 31], "thermal_expansion_coeff": [12, 21], "theta": [5, 8], "theta_": 21, "theta_0": 8, "theta_amplitud": 13, "thi": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 36], "thic": 15, "thick": [14, 15], "thin": 0, "thing": 1, "third": [11, 14], "thorough": 8, "those": [4, 11, 20], "though": [11, 15], "thread": [10, 11], "three": [20, 21, 22, 24, 26, 29, 36], "threshold": [15, 29, 30], "through": [0, 4, 8, 9, 10, 17, 21, 24, 36], "throughout": [5, 26], "throw": 4, "thu": 7, "tight": 36, "till": 12, "time": [0, 3, 4, 5, 9, 12, 13, 14, 15, 16, 17, 21, 23, 26, 27, 28, 29, 34, 35, 36], "time_offset": 23, "time_t": 22, "timeaverag": 16, "timeramp_period": 28, "timestep": [4, 8, 18, 19, 21, 22, 27, 30], "timet": [15, 21], "tini": 28, "titl": 9, "tke": 9, "tke_typ": 12, "tmp": 3, "toler": [4, 20, 28, 30], "too": 4, "took": 4, "tool": [5, 10, 36], "top": [5, 6, 8, 9], "top_vel": 17, "tossa": 15, "total": [3, 4, 11, 22, 28], "toward": [8, 11], "tower": 15, "tracer": [8, 15], "tracer0": 3, "track": [10, 11, 14, 36], "tradition": 0, "transform": 28, "transit": 14, "transition_height": 14, "transition_thick": 14, "transport": [11, 12, 15], "transvers": 26, "treatment": 15, "tree": 0, "trivial": 8, "troubleshoot": 2, "true": [8, 9, 12, 13, 14, 15, 20, 26, 27, 29, 30], "try": [0, 1], "turb1": 15, "turb2": 15, "turbin": [6, 11, 15, 37], "turbinefastdisk": 15, "turbinefastlin": 12, "turbul": [0, 6, 11, 12, 14, 23, 31], "turbulence_fil": 23, "turbulence_model": 0, "turbulencemodel": 0, "turbulent_prandtl": [12, 31], "turn": [8, 13, 15, 28], "twice": 3, "two": [1, 3, 4, 5, 8, 11, 14, 17, 22, 29], "twolay": 17, "twophasetransport": 31, "txt": [15, 22, 29, 36], "type": [1, 4, 9, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 35, 36], "typevector": 0, "typic": [3, 8, 9, 10, 14, 20, 28], "u": [4, 5, 7, 8], "u_": 8, "u_0": 5, "u_f": 8, "u_g": 5, "u_oo": 36, "udf": [5, 17], "uid": 36, "umax": 23, "umin": 23, "uncertainti": 14, "under": [8, 14, 17], "underli": 4, "understand": [4, 8], "underwai": [7, 8], "uniform": [7, 8, 11, 14, 15, 21, 24, 25], "uniform_const": 21, "uniform_ct_disk_dynamic_adapt": 15, "uniform_timet": 21, "uniform_timetable_fil": 21, "uniformctdisk": 15, "uniformli": [8, 15], "uniqu": 4, "unique_ptr": 0, "unit": [0, 2, 3, 6, 8, 14], "unit_test": [4, 8], "uniti": 29, "unless": [8, 15, 26, 28], "unlik": 7, "unlimit": 9, "unstabl": 11, "unsteadi": 5, "until": [4, 20, 22, 30], "unus": 28, "up": [4, 10, 14, 28, 34], "upcom": 11, "updat": [0, 1, 3, 15, 26, 34, 35], "uperiod": [12, 13], "upon": [1, 3, 10, 30], "upper": [5, 11, 14, 25], "uref": 23, "us": [0, 1, 2, 3, 4, 6, 7, 8, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 26, 27, 28, 30, 32, 37], "usag": [1, 4, 11], "use_force_cfl": [12, 30], "use_godunov": [12, 26], "use_perturb_pressur": 8, "use_tensor_oper": 7, "user": [0, 2, 3, 4, 5, 6, 8, 10, 11, 12, 15, 17, 21, 22, 26, 29, 30, 34], "usr": 36, "usual": 3, "utest": 4, "util": [3, 27, 35], "v": [5, 6, 7, 8, 20], "v5": 10, "v7": 10, "v_0": 5, "v_i": 5, "v_oo": 36, "v_p": 8, "valid": [6, 11, 20, 28], "valu": [2, 4, 8, 10, 12, 13, 14, 15, 17, 21, 23, 24, 26, 28, 29, 30], "vari": [5, 8, 11, 14, 36], "variabl": [0, 1, 3, 8, 9, 10, 13, 14, 15, 16, 27, 30, 35, 36], "variable_chord": 15, "varianc": 13, "variant": 11, "variat": [13, 15, 21, 28], "varieti": [17, 35], "variou": [4, 6, 8, 11, 12, 29, 30], "vdim": 9, "ve": 0, "vector": [0, 4, 7, 15, 21, 22, 23, 29], "vel": 11, "veli": 3, "veloc": [4, 5, 7, 8, 9, 12, 13, 14, 15, 16, 17, 20, 21, 23, 26, 27, 28, 30, 36], "velocity_diffus": 7, "velocity_timet": 21, "velocityi": 36, "velocityx": 36, "velocityz": 36, "velx": 3, "velz": 3, "vendor": 11, "verbos": [4, 12, 20, 26], "veri": [0, 26, 30], "verif": [2, 6, 11, 15], "verifi": [5, 7], "version": [1, 3, 8, 10, 11, 29, 34], "vert_": 5, "vertic": [5, 17], "via": [3, 5, 7, 8, 10], "violat": 30, "virtual": [12, 14], "viscos": [5, 8, 12, 31], "viscou": 5, "visit": 11, "visual": [11, 15], "vmag": 36, "vmag_oo": 36, "vmax": 36, "vmin": 36, "vof": 22, "void": [0, 4], "volum": [7, 8, 11, 12], "volume1": 22, "volumesampl": 22, "vort": 3, "vortex": [2, 11], "vortic": [8, 11, 29], "vorticitymagrefin": 29, "votd": 3, "vperiod": [12, 13], "vshort": 36, "w": [5, 7, 8, 21], "w2a": 28, "w2awav": 28, "w_oo": 36, "wa": 3, "wai": [0, 1, 8, 27], "wait": [22, 30], "wake": [6, 15], "wall": [5, 6, 11, 13, 17], "wall_model": [12, 17], "wall_shear_stress_typ": 13, "want": [7, 17], "warn": [10, 15, 26, 30], "water": [8, 12, 28], "water_depth": 28, "wave": [11, 12, 13, 22, 26], "wave_height": 28, "wave_length": 28, "wave_period": 28, "waveenergi": 33, "waves2amr": 28, "we": [0, 3, 4, 5, 7], "weakli": 14, "weather": 8, "weight": 14, "weighting_height": 14, "weighting_valu": 14, "well": [1, 3, 5, 6, 7, 8, 10, 26], "weno": 11, "weno_j": 26, "weno_z": 26, "were": 4, "what": [0, 1, 27], "when": [0, 1, 4, 6, 9, 10, 13, 14, 15, 20, 21, 22, 26, 27, 28, 30, 36], "whenev": 30, "where": [3, 4, 5, 7, 8, 10, 15, 20, 21, 22, 26, 28, 29, 36], "wherea": [15, 29], "wherein": 14, "whether": [15, 25, 30], "which": [5, 8, 13, 14, 15, 16, 20, 21, 22, 26, 27, 28, 30, 32, 35, 36], "while": [0, 3, 4, 8, 15, 22, 28, 30], "who": 2, "whole": [5, 28], "why": 1, "widetild": 8, "width": [8, 28], "wind": [0, 1, 2, 3, 8, 11, 15, 16, 17, 20, 21, 22, 23, 26, 27, 28, 30, 33, 35, 36, 37], "wind_direct": 23, "window": 16, "wing": 15, "within": [0, 1, 3, 4, 6, 8, 9, 12, 14, 16, 17, 20, 21, 22, 28, 34, 35], "without": [0, 3, 8, 14, 28], "word": 0, "work": [3, 17, 28], "workflow": [0, 4], "would": [4, 8, 15, 28, 30], "wrapper": 0, "wrf": 8, "write": [0, 2, 4, 7, 8, 9, 15, 18, 19, 21, 30], "write_checkpoint": 4, "write_last_checkpoint": 4, "write_last_plot_fil": 4, "write_plot_fil": 4, "written": [0, 1, 3, 4, 9, 10, 30, 33], "wtg01": 15, "x": [4, 5, 7, 8, 9, 10, 11, 13, 15, 17, 21, 22, 25, 26, 28, 29, 36], "x_": 7, "x_j": 8, "x_oo": 36, "xaxi": 29, "xco": 36, "xhi": [9, 17], "xi": 7, "xlabel": 36, "xlo": [9, 17], "xshort": 36, "xz": 8, "y": [5, 7, 8, 9, 13, 15, 17, 21, 25, 26, 28, 29], "y_": 7, "yaxi": 29, "yet": [4, 11, 15], "yhi": 17, "yield": 7, "ylabel": 36, "ylo": [9, 17], "you": [0, 1, 3, 4, 10], "your": [0, 1, 10, 11, 20, 26, 34], "yt": 11, "yz": 8, "z": [5, 7, 8, 9, 13, 15, 17, 21, 22, 23, 25, 26, 28, 29, 36], "z_": [5, 7, 8], "z_oo": 36, "z_partit": 17, "zalesak": 11, "zang": 28, "zaxi": 29, "zco": 36, "zero": [5, 14, 27, 29, 30, 36], "zero_sea_level": 28, "zfill": 36, "zhi": [8, 12, 17], "zlo": [12, 17, 36], "zoffset": 23, "zone": [11, 28], "zref": 23, "zshort": 36}, "titles": ["Coding Guidelines", "Documentation - user manual and source code docs", "Developer Documentation", "Regression testing", "Unit testing", "Verification", "AMR-Wind", "Mapping definition", "Theory Manual", "AMR-Wind ABL Boundary I/O", "Compiling AMR-Wind", "Capabilities and Roadmap", "AMR-Wind inputs file", "Section: ABL", "Section: ABLMesoForcing", "Section: Actuator", "Section: Averaging", "Section: Boundary conditions", "Section: Enstrophy", "Section: KineticEnergy", "Section: MLMG options", "Section: Momentum Sources", "Section: Sampling", "Section: SyntheticTurbulence", "Section: amr", "Section: geometry", "Section: incflo", "Section: io", "Section: Ocean Waves", "Section: tagging", "Section: time", "Section: transport", "Section: turbulence", "Post-processing Examples", "Running AMR-Wind", "Sampling", "FreeSurfaceSampler", "User Manual"], "titleterms": {"2d": 5, "abl": [8, 9, 13], "ablmesoforc": 14, "actuat": 15, "actuatorsourcetag": 15, "against": 3, "air": 22, "along": 22, "amd": 8, "amdnotherm": 8, "amr": [4, 5, 6, 9, 10, 12, 24, 34], "amrex": 8, "an": 9, "arbitrari": 22, "architectur": 10, "ascii": 36, "assert": 4, "assimil": 14, "averag": 16, "basic": 4, "bc": 5, "bodi": 5, "boundari": [8, 9, 17], "box": 29, "break": 36, "build": [1, 5, 10], "burggraf": 5, "c": 0, "capabl": 11, "cartesian": 29, "caviti": 5, "channel": 5, "cmake": 10, "code": [0, 1, 8], "compil": 10, "comput": [7, 11], "concept": 4, "condit": [7, 17], "configur": 10, "constant": 8, "convect": 5, "creat": 3, "criteria": 29, "criterion": 29, "ctv": 5, "current": [7, 11], "dam": 36, "definit": 7, "depend": 10, "develop": [2, 11], "differ": 5, "discret": 8, "doc": 1, "document": [1, 2], "driven": 5, "ekman": 5, "enabl": 3, "enstrophi": 18, "equat": [7, 8], "error": 29, "exampl": [3, 4, 33, 36], "except": 7, "fail": 3, "field": 29, "file": [3, 9, 12], "fixedwinglin": 15, "fixtur": 4, "flow": [5, 8, 11], "forc": [5, 8], "format": 36, "freesurfacesampl": 36, "from": [5, 9, 10], "gener": [9, 10], "geometri": [25, 29], "godunov": 8, "gold": 3, "govern": [7, 8], "graviti": 8, "grid": 8, "guid": 0, "guidelin": 0, "handi": 7, "high": 11, "i": 9, "ident": 7, "implement": 7, "incflo": 26, "indic": 6, "indirect": 14, "inflow": [9, 17], "initi": 7, "input": 12, "interfac": 22, "io": 27, "kineticenergi": 19, "laminar": 5, "law": 8, "le": [5, 8], "lid": 5, "lidar": 22, "line": 22, "linear": 8, "link": 5, "locat": 22, "log": 8, "mac": 7, "manual": [1, 8, 37], "map": 7, "masa": 5, "mass": 17, "mesh": [7, 8], "mesoscal": 8, "method": 11, "mlmg": 20, "mm": 5, "model": [8, 11], "mol": 8, "momentum": 21, "more": 22, "move": 22, "multiphas": 8, "nativ": 36, "navig": 8, "netcdf": 36, "new": 3, "nodal": 7, "non": 8, "o": 9, "ocean": 28, "one": 22, "openfast": 34, "option": [10, 20], "organ": 3, "other": 10, "outflow": 17, "output": [3, 33], "paramet": 5, "parmpars": 4, "partial": 14, "perform": [5, 11], "physic": [8, 11], "plane": 22, "post": 33, "pp_util": 4, "process": 33, "profil": 14, "project": 7, "q": 29, "quasi": 5, "recommend": 0, "refer": [10, 12], "refin": 29, "regress": 3, "restart": 34, "result": 5, "roadmap": 11, "run": [3, 4, 34], "sampl": [0, 22, 35], "scaffold": 4, "scale": 8, "schumann": 8, "section": [13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32], "simpl": 33, "simul": 9, "smagorinski": [5, 8], "solv": 8, "sourc": [1, 5, 8, 10, 21], "space": 7, "spack": 5, "specif": 10, "spiral": 5, "static": 29, "step": 8, "stress": 8, "stretch": [7, 8], "structur": 9, "style": 0, "sub": 8, "subgrid": 8, "symmetr": 8, "syntheticturbul": 23, "tabl": 6, "tag": 29, "taylor": 5, "term": 8, "test": [3, 4, 5], "theori": 8, "time": [8, 22, 30], "timestep": 7, "transport": 31, "troubleshoot": 3, "turbin": 34, "turbinefastlin": 15, "turbul": [8, 32], "unit": 4, "us": [5, 9, 29], "user": [1, 37], "util": 4, "valu": 5, "verif": 5, "virtual": 22, "volum": 22, "vortex": 5, "wall": 8, "water": 22, "wave": 28, "wind": [4, 5, 6, 9, 10, 12, 34], "write": 1}}) \ No newline at end of file diff --git a/theory/theory.html b/theory/theory.html index fd559bd911..73aab0adf8 100644 --- a/theory/theory.html +++ b/theory/theory.html @@ -64,10 +64,7 @@
        • Multiphase flow modelling
        • Source terms
        • Turbulence Models