|
The goal of this work was to assess the utility of Mathematica for finite element analysis, specifically in the areas of model generation and results display. This document will describe a prototype Mathematica package that can be used to create finite element (FE) models, both 2D and 3D. The application area is sonar transducer design, and the target finite element code is MAVART3D. However, the package will readily generalize to other FE codes, for example, the node and element descriptions are not hardwired, but are user definable. Transducer models are usually simple enough that they can be built by command files, with 3D visualization most useful for debugging, and results display. Mathematica is well suited to this method of model building. A number of commercial mesh generators use a WYSIWYG approach where changes to a model often require starting from scratch. In the parametric approach used here, the model is described by parameters contained in a notebook and revisions to a design are easily made.
|
|