CartaBlanca— a pure-Java, component-based systems simulation tool for coupled non-linear physics on unstructured grids

  • Authors:
  • W. B. VanderHeyden;E. D. Dendy;N. T. Padial-Collins

  • Affiliations:
  • Los Alamos National Laboratory, Theoretical Division and Los Alamos Computer Science Institute, Los Alamos, NM;Los Alamos National Laboratory, Theoretical Division and Los Alamos Computer Science Institute, Los Alamos, NM;Los Alamos National Laboratory, Theoretical Division and Los Alamos Computer Science Institute, Los Alamos, NM

  • Venue:
  • Proceedings of the 2001 joint ACM-ISCOPE conference on Java Grande
  • Year:
  • 2001

Quantified Score

Hi-index 0.01

Visualization

Abstract

This paper describes a component-based non-linear physical system simulation prototyping package written entirely in Java using object-oriented design to provide scientists and engineers a “developer-friendly” software environment for large-scale computational method and physical model development. The software design centers on the Jacobian-Free Newton-Krylov solution method surrounding a finite-volume treatment of conservation equations. This enables a clean component-based implementation. We first provide motivation for the development of the software and then describe software structure. Discussion of software structure includes a description of the use of Java's built-in thread facility that enables data-parallel, shared-memory computations on a wide variety of unstructured grids with triangular, quadrilateral, tetrahedral and hexahedral elements. We also discuss the use of Java's inheritance mechanism in the construction of a hierarchy of physics-systems objects and linear and non-linear solver objects that simplify development and foster software re-use. As a compliment to the discussion of these object hierarchies, we provide a brief review of the Jacobian-Free Newton-Krylov nonlinear system solution method and discuss how it fits into our design. Following this, we show results from preliminary calculations and then discuss future plans including the extension of the software to distributed memory computer systems.