Simple Java Macros: Post-Processing Objects
This tutorial is intended to demonstrate the steps required in recording, editing, and replaying a Java macro in Simcenter STAR-CCM+.
The case considered is that of an incompressible flow through a venturi flowmeter, and the objective in creating a macro is to generate multiple line probes throughout the solution domain to observe recovery of the flow profile.
The venturi flowmeter is symmetric around its central axis and can be readily modeled using a two-dimensional axisymmetric mesh. In Simcenter STAR-CCM+ this requires you to import an initial three-dimensional mesh and convert it to two-dimensions using the relevant operations.
The object model that is used by the
Simcenter STAR-CCM+ Java Client is available for use by you in Java macros. Documentation for all classes and methods within this object model are available from the
menu.

