Star Actions
A Star Action is an action that is performed in the Simcenter STAR-CCM+ interface.
The Star Action links a word or phrase in XHTML text to a function named in the task. The assistant performs the Star Action when the user clicks the text.
Star Action XHTML code has the format:
<a href="staraction:function_name
">action_text
</a>
Examples:
<a href="staraction:createPhysicsContinuum
">Create
</a>
<a href="staraction:materialProperties
">Define
</a>
The

action_text
strings (Create
and
Define
in the examples) appear as the link text presented by the Simulation Assistant:

The
function_name
strings (createPhysicsContinuum
and
materialProperties
in the examples) are the names of Java functions that are used in the task.