User:Jmonson/SMS LTEA: Difference between revisions

From XMS Wiki
Jump to navigationJump to search
No edit summary
Line 117: Line 117:
**Minimum Size
**Minimum Size
**Maximum Size
**Maximum Size
-->


== Case Studies / Sample Problems ==
== Case Studies / Sample Problems ==
Line 162: Line 161:
Image:GlacierBay30K.jpg|30000 Node Mesh (10,072 nodes)
Image:GlacierBay30K.jpg|30000 Node Mesh (10,072 nodes)
</gallery>
</gallery>
-->


== Related Topics ==
== Related Topics ==

Revision as of 19:51, 16 November 2018

Linear Truncation Error Analysis (LTEA) Toolbox incorporated into SMS uses the LTEA algorithm as the heart of a utility which creates finite element meshes of varying resolution for ADCIRC analysis. The algorithm was initially presented by Dr. Scott C. Hagen as part of his doctoral research at Notre Dame, and development has continued on the methodology at the University of Central Florida. It performs analysis on an existing ADCIRC mesh and its solution to help quantify the error associated with the mesh.

Normally, this ADCIRC solution is taken from a "linear ADCIRC" run. This type of run is used to make the process faster and to simplify the LTEA algorithm applied to the unstructured mesh. A second phase of the LTEA process uses the error values at each node to create a relative size function covering the domain called DelX. This refines the mesh where the element error values would be greatest such as near shorelines or around islands.

Mesh Generation Toolbox Dialog

Mesh Generation Toolbox dialog

SMS includes a graphical interface that allows using the LTEA algorithm to guide the generation of a finite element mesh. Before using the tool, ADCIRC must be run in order to generate the datasets necessary for LTEA to run.

The tool requires the following inputs to be in the Project Explorer:

  • A bathymetry scatter set.
  • A 2D mesh.
  • A mesh generation coverage having at least one polygon.
  • Harmonic ADCIRC solution dataset(s).

The following may be required, depending on the options selected:

  • A velocity amplitude dataset.
  • A velocity phase dataset

The toolbox is accessed by:

  1. Right-clicking on the mesh generation coverage and selecting Mesh Generation Toolbox... to bring up the Mesh Generation Toolbox dialog.
  2. Select "Localized Truncation Error Analysis (LTEA)" from the list and click Run to bring up the LTEA Tool dialog.

The LTEA Tool dialog is discussed in the next section.

LTEA Tool Dialog

The first page in the LTEA Tool dialog.

A set of standard buttons can be found at the bottom of the LTEA Tool dialog:

  • Help... – Opens SMS:LTEA.
  • < Previous – Returns to the previous step in the dialog.
  • Continue > – Moves to next step of the dialog.
  • Stop and Run – Closes the dialog and runs LTEA. The analysis generates several datasets used as size functions in the mesh generation process. Visible on all but the final page of the dialog.
  • Run – Runs LTEA at the completion of all steps. Only visible on the final page of the dialog.
  • Cancel – Closes the LTEA Tool dialog without saving any information entered.

The first page of the LTEA Tool dialog has the following options on the left:

  • Boundary – Select the desired coverage from the drop-down. There may be only one option in some cases.
  • Bathymetry – Clicking Select... brings up the Select Dataset dialog.
    • Select Dataset dialog
      • Select section – Select the desired bathymetry dataset from the tree list.
      • Select time step section – After selecting the dataset, if the dataset has time steps, select the desired time step or turn on All time steps.
      • Help... – Opens SMS:Datasets.
      • Select – Closes the Select Dataset dialog and saves the selected dataset.
      • Cancel – Closes the Select Dataset dialog without saving any selections.
  • Bathymetry – Clicking Select... brings up the Select Dataset dialog, where the desired mesh can be selected.

On the right are the following options:

  • Provide harmonic solutions
    • Eta amplitude – Clicking Select... brings up the Select Dataset dialog, where the desired eta amplitude dataset can be selected.
    • Eta phase – Clicking Select... brings up the Select Dataset dialog, where the desired eta phase dataset can be selected.
    • Velocity amplitude – Clicking Select... brings up the Select Dataset dialog, where the desired velocity amplitude dataset can be selected.
    • Velocity phase – Clicking Select... brings up the Select Dataset dialog, where the desired velocity phase dataset can be selected.
  • Provide Del X
    • Del X – Clicking Select... brings up the Select Dataset dialog, where the desired Del X dataset can be selected.

Harmonic

The second page in the LTEA Tool dialog after selecting Provide harmonic solutions.

There are several options in the LTEA section on the second page of the LTEA Tool dialog after selecting Provide harmonic solutions on the first page.

  • LTEA section
    • Run type drop-down – Select from the following options:
      • "LTEA" – Local Truncation Error Analysis
      • "LTEACD" – Local Truncation Error Analysis with Complex Derivatives.
    • Value for dx – Decimal value for dx.
    • Minimum spacing from – Normally grayed out.
    • Node number – Normally grayed out.
    • Use partial molecule – Not available if "LTEACD" selected from Run type drop-down. If turned on, LTEA will give values for nodes with partial molecules. If turned off, LTEA will only give values for nodes completely within the domain.
    • Molecule size drop-down – Contains one or more possible molecule sizes.
      • "9 x 9" – a small, equally-spaced grid of nine cells by nine cells is created around each node, and values

from the ADCIRC solutions are interpolated for all 81 cells.

Del X

The second page in the LTEA Tool dialog after selecting Provide Del X.

Related Topics

External Links