C *********************************************************************** C * Fortran Codes for The Boundary Element Method in Acoustics (Axi) * C * * C * by Stephen Kirkup * C *********************************************************************** C C This directory contains files for axisymmetric problems: including C the interior, exterior and modal analysis problems. C C (I) To run the interior acoustic test problem: C (a) Compile the files: AIBEMA_T, AIBEMA, H3ALC, GEOM2D, GEOM3D, CGLS; C (b) Link the compiled (object) files together; C (c) Run; C (d) Results will appear in a file AIBEMA.OUT. C C (E) To run the exterior acoustic test problem: C (a) Compile the files: AEBEMA_T, AEBEMA, H3ALC, GEOM2D, GEOM3D, CGLS; C (b) Link the compiled (object) files together; C (c) Run; C (d) Results will appear in a file AEBEMA.OUT. C C (M) To run the modal acoustic test problem: C (a) Compile the files: AMBEMA_T, AMBEMA, H3ALC, GEOM2D, GEOM3D, INTEIG, C CGEIG; C (b) Link the compiled (object) files together; C (c) Run; C (d) Results will appear in a file AMBEMA.OUT. C C Notes C (1) Edit or replace the *BEMA_T.FOR file to run other applications. C (2) File CGEIG calls a NAG routine. Change this if you do not have C NAG.