7.30. Mpmd Coupling
- Scope
Aria Region
- Summary
Allows specification of a coupling with an external application in MPMD mode
begin Mpmd Coupling Value Coupling Type begin Aero Coupling Value end begin Radiation Coupling Value end end Mpmd Coupling Value
7.30.1. Line Commands
Coupling Type
- Syntax
Coupling Type
- Summary
Set the MPMD coupling type. Valid values are AERO and RADIATION
Parameter |
Value |
Default |
|---|---|---|
{= | are | is} |
– |
|
{aero | radiation} |
– |
7.30.2. Aero Coupling
- Summary
Allows specification of interface location and properties for coupling with an Aero application.
begin Aero Coupling Value Coupling Surfaces Value... Implicit Absolute Norm2 Solution Update Tolerance Value [With Scaling] Implicit Norm Inf Solution Update Tolerance Value [With Scaling] Implicit Receive Field Relaxation Value Implicit Rms Solution Update Tolerance Value [With Scaling] Implicit Send Field Relaxation Value Max Number Iterations Value Patch Reconstruction Receive Field Value [Smooth Smoothing Iterations Iterations] Receive Global Value Send Field Value Send Global Value Time Step Mode Transfer Type Unconverged Implicit Steps begin Implicit Tolerances end begin Transfer Value end end Aero Coupling Value
7.30.2.1. Line Commands
Coupling Surfaces
- Syntax
Coupling Surfaces Value…
- Summary
Select the surfaces that are coupled to the aero code.
Parameter |
Value |
Default |
|---|---|---|
{= | are | is} |
– |
|
string… |
– |
Implicit Absolute Norm2 Solution Update Tolerance
- Syntax
Implicit Absolute Norm2 Solution Update Tolerance Value [With Scaling]
- Summary
Specify the absolute L_2 tolerance for mpmd coupled solution update delta.
- Description
Specify the convergence tolerance for iterating the mpmd subdomains in terms of an absolute nodal L2 norm on the solution field delta. Optionally specify a scaling to normalize delta by before checking against tolerance.
Parameter |
Value |
Default |
|---|---|---|
{= | are | is} |
– |
|
Value |
real |
1.798e+308 |
Implicit Norm Inf Solution Update Tolerance
- Syntax
Implicit Norm Inf Solution Update Tolerance Value [With Scaling]
- Summary
Specify the L_inf tolerance for mpmd coupled solution update delta.
- Description
Specify the convergence tolerance for iterating the mpmd subdomains in terms of an L_Inf norm on the solution field delta. Optionally specify a scaling to normalize delta by before checking against tolerance.
Parameter |
Value |
Default |
|---|---|---|
{= | are | is} |
– |
|
Value |
real |
1.798e+308 |
Implicit Receive Field Relaxation
- Syntax
Implicit Receive Field Relaxation Value
- Summary
Add relaxation to fields received from coupled app for implicit iterations 2+
Parameter |
Value |
Default |
|---|---|---|
{= | are | is} |
– |
|
Value |
real |
1 |
Implicit Rms Solution Update Tolerance
- Syntax
Implicit Rms Solution Update Tolerance Value [With Scaling]
- Summary
Specify the RMS tolerance for mpmd coupled solution update delta.
- Description
Specify the convergence tolerance for iterating the mpmd subdomains in terms of the RMS on the solution field delta. Optionally specify a scaling to normalize delta by before checking against tolerance.
Parameter |
Value |
Default |
|---|---|---|
{= | are | is} |
– |
|
Value |
real |
1.798e+308 |
Implicit Send Field Relaxation
- Syntax
Implicit Send Field Relaxation Value
- Summary
Add relaxation to fields sent to coupled app for implicit iterations 2+
Parameter |
Value |
Default |
|---|---|---|
{= | are | is} |
– |
|
Value |
real |
1 |
Max Number Iterations
- Syntax
Max Number Iterations Value
- Summary
Specify the maximum number of iterations for mpmd coupled simulations.
- Description
Aria will stop iterating and accept the solution after the specified number of iterations
Parameter |
Value |
Default |
|---|---|---|
{= | are | is} |
– |
|
Value |
integer |
10 |
Patch Reconstruction
- Syntax
Patch Reconstruction
- Summary
Higher-order reconstruction of patch coordinates
- Description
NONEInterpolate coordinate field using standard finite element basis functions
GREGORYUse Gregory patch reconstruction to smooth surface; useful when sending mesh is significantly coarser than receiving mesh. Only applicable to sending the coordinate fields.
CUBIC_BSPLINEUse a cubic B-spline patch reconstruction (which is
continuous) to smooth the surface; useful when sending mesh is significantly coarser than receiving mesh.
Parameter |
Value |
Default |
|---|---|---|
{= | are | is} |
– |
|
{cubic_bspline | gregory | none} |
– |
Receive Field
- Syntax
Receive Field Value [Smooth Smoothing Iterations Iterations]
- Summary
Name of a field to receive from the aero code with optional smoothing.
Parameter |
Value |
Default |
|---|---|---|
{= | are | is} |
– |
|
Value |
string |
– |
Smoothing Iterations |
integer |
– |
Receive Global
- Syntax
Receive Global Value
- Summary
Name of a global variable to receive from the aero code.
Parameter |
Value |
Default |
|---|---|---|
{= | are | is} |
– |
|
Value |
string |
– |
Send Field
- Syntax
Send Field Value
- Summary
Name of a field to send to the aero code.
Parameter |
Value |
Default |
|---|---|---|
{= | are | is} |
– |
|
Value |
string |
– |
Send Global
- Syntax
Send Global Value
- Summary
Name of a global variable to send to the aero code.
Parameter |
Value |
Default |
|---|---|---|
{= | are | is} |
– |
|
Value |
string |
– |
Time Step Mode
- Syntax
Time Step Mode
- Summary
Specify the coupled time stepping behavior.
- Description
AERO_SUBCYCLE - Aria chooses its time step and the aero code subcycles until that duration is simulated THERMAL_SUBCYCLE - Aero code chooses its time step and Aria subcycles until that duration is simulated NEGOTIATE_MINIMUM - Both codes compute a candidate time step and advance at the lower of the two IMPLICIT - Both codes negotiate a minimum time step and then iterate the individual app subdomains in a given time step until both apps are converged
Parameter |
Value |
Default |
|---|---|---|
{= | are | is} |
– |
|
{aero_subcycle | implicit | negotiate_minimum | thermal_subcycle} |
– |
Transfer Type
- Syntax
Transfer Type
- Summary
Geometric or conservative transfers
- Description
This features toggles between an interpolated or geometric based transfer and a conservative scheme that relies on a middle mesh.
GEOMETRICUse the standard STK transfer which is based on interpolating elemental quantities to desired locations via finite element basis functions
CONSERVATIVEConstruct a middle mesh that is a superset of both transfer meshes in order to facilitate a conservative transfer
Parameter |
Value |
Default |
|---|---|---|
{= | are | is} |
– |
|
{conservative | geometric} |
– |
Unconverged Implicit Steps
- Syntax
Unconverged Implicit Steps
- Summary
Specify if unconverged implicit steps should be accepted (default) or rejected.
Parameter |
Value |
Default |
|---|---|---|
{= | are | is} |
– |
|
{accept | reject} |
– |
7.30.2.2. Implicit Tolerances
begin Implicit Tolerances Absolute Norm2 Tolerance For Field Value [With Scaling] Default Absolute Norm2 Tolerance Value [With Scaling] Default Norm Inf Tolerance Value [With Scaling] Default Rms Tolerance Value [With Scaling] Norm Inf Tolerance For Field Value [With Scaling] Rms Tolerance For Field Value [With Scaling] end Implicit Tolerances
7.30.2.2.1. Line Commands
Absolute Norm2 Tolerance For
- Syntax
Absolute Norm2 Tolerance For Field Value [With Scaling]
- Summary
Specify the absolute L_2 tolerance for the given field for mpmd coupled solution update delta.
- Description
Specify the convergence tolerance for iterating the mpmd subdomains in terms of an absolute nodal L2 norm on the solution field delta. Optionally specify a scaling to normalize delta by before checking against tolerance.
Parameter |
Value |
Default |
|---|---|---|
Field |
string |
– |
{= | are | is} |
– |
|
Value |
real |
1.798e+308 |
Default Absolute Norm2 Tolerance
- Syntax
Default Absolute Norm2 Tolerance Value [With Scaling]
- Summary
Specify the default absolute L_2 tolerance for mpmd coupled solution update delta.
- Description
Specify the convergence tolerance for iterating the mpmd subdomains in terms of an absolute nodal L2 norm on the solution field delta. Optionally specify a scaling to normalize delta by before checking against tolerance.
Parameter |
Value |
Default |
|---|---|---|
{= | are | is} |
– |
|
Value |
real |
1.798e+308 |
Default Norm Inf Tolerance
- Syntax
Default Norm Inf Tolerance Value [With Scaling]
- Summary
Specify the default L_inf tolerance for mpmd coupled solution update delta.
- Description
Specify the convergence tolerance for iterating the mpmd subdomains in terms of an L_Inf norm on the solution field delta. Optionally specify a scaling to normalize delta by before checking against tolerance.
Parameter |
Value |
Default |
|---|---|---|
{= | are | is} |
– |
|
Value |
real |
1.798e+308 |
Default Rms Tolerance
- Syntax
Default Rms Tolerance Value [With Scaling]
- Summary
Specify the default RMS tolerance for mpmd coupled solution update delta.
- Description
Specify the convergence tolerance for iterating the mpmd subdomains in terms of the RMS on the solution field delta. Optionally specify a scaling to normalize delta by before checking against tolerance.
Parameter |
Value |
Default |
|---|---|---|
{= | are | is} |
– |
|
Value |
real |
1.798e+308 |
Norm Inf Tolerance For
- Syntax
Norm Inf Tolerance For Field Value [With Scaling]
- Summary
Specify the L_inf tolerance for the given field for mpmd coupled solution update delta.
- Description
Specify the convergence tolerance for iterating the mpmd subdomains in terms of an L_Inf norm on the solution field delta. Optionally specify a scaling to normalize delta by before checking against tolerance.
Parameter |
Value |
Default |
|---|---|---|
Field |
string |
– |
{= | are | is} |
– |
|
Value |
real |
1.798e+308 |
Rms Tolerance For
- Syntax
Rms Tolerance For Field Value [With Scaling]
- Summary
Specify the RMS tolerance for the given field for mpmd coupled solution update delta.
- Description
Specify the convergence tolerance for iterating the mpmd subdomains in terms of the RMS on the solution field delta. Optionally specify a scaling to normalize delta by before checking against tolerance.
Parameter |
Value |
Default |
|---|---|---|
Field |
string |
– |
{= | are | is} |
– |
|
Value |
real |
1.798e+308 |
7.30.2.3. Transfer
begin Transfer Value Implicit Receive Field Relaxation Value Implicit Send Field Relaxation Value Patch Reconstruction Receive Field Value [Smooth Smoothing Iterations Iterations] Receive Global Value Send Field Value Send Global Value Transfer Type end Transfer Value
7.30.2.3.1. Line Commands
Implicit Receive Field Relaxation
- Syntax
Implicit Receive Field Relaxation Value
- Summary
Add relaxation to fields received from coupled app for implicit iterations 2+
Parameter |
Value |
Default |
|---|---|---|
{= | are | is} |
– |
|
Value |
real |
1 |
Implicit Send Field Relaxation
- Syntax
Implicit Send Field Relaxation Value
- Summary
Add relaxation to fields sent to coupled app for implicit iterations 2+
Parameter |
Value |
Default |
|---|---|---|
{= | are | is} |
– |
|
Value |
real |
1 |
Patch Reconstruction
- Syntax
Patch Reconstruction
- Summary
Higher-order reconstruction of patch coordinates
- Description
NONEInterpolate coordinate field using standard finite element basis functions
GREGORYUse Gregory patch reconstruction to smooth surface; useful when sending mesh is significantly coarser than receiving mesh. Only applicable to sending the coordinate fields.
CUBIC_BSPLINEUse a cubic B-spline patch reconstruction (which is
continuous) to smooth the surface; useful when sending mesh is significantly coarser than receiving mesh.
Parameter |
Value |
Default |
|---|---|---|
{= | are | is} |
– |
|
{cubic_bspline | gregory | none} |
– |
Receive Field
- Syntax
Receive Field Value [Smooth Smoothing Iterations Iterations]
- Summary
Name of a field to receive from the aero code with optional smoothing.
Parameter |
Value |
Default |
|---|---|---|
{= | are | is} |
– |
|
Value |
string |
– |
Smoothing Iterations |
integer |
– |
Receive Global
- Syntax
Receive Global Value
- Summary
Name of a global variable to receive from the aero code.
Parameter |
Value |
Default |
|---|---|---|
{= | are | is} |
– |
|
Value |
string |
– |
Send Field
- Syntax
Send Field Value
- Summary
Name of a field to send to the aero code.
Parameter |
Value |
Default |
|---|---|---|
{= | are | is} |
– |
|
Value |
string |
– |
Send Global
- Syntax
Send Global Value
- Summary
Name of a global variable to send to the aero code.
Parameter |
Value |
Default |
|---|---|---|
{= | are | is} |
– |
|
Value |
string |
– |
Transfer Type
- Syntax
Transfer Type
- Summary
Geometric or conservative transfers
- Description
This features toggles between an interpolated or geometric based transfer and a conservative scheme that relies on a middle mesh.
GEOMETRICUse the standard STK transfer which is based on interpolating elemental quantities to desired locations via finite element basis functions
CONSERVATIVEConstruct a middle mesh that is a superset of both transfer meshes in order to facilitate a conservative transfer
Parameter |
Value |
Default |
|---|---|---|
{= | are | is} |
– |
|
{conservative | geometric} |
– |
7.30.3. Radiation Coupling
- Summary
Specification of parameters for MPMD radiation
begin Radiation Coupling Value Iterations Per Radiation Solve Value Time Steps Per Radiation Solve Value end Radiation Coupling Value
7.30.3.1. Line Commands
Iterations Per Radiation Solve
- Syntax
Iterations Per Radiation Solve Value
- Summary
Set the number of non-linear iterations between each radiation solve
Parameter |
Value |
Default |
|---|---|---|
{= | are | is} |
– |
|
Value |
integer |
– |
Time Steps Per Radiation Solve
- Syntax
Time Steps Per Radiation Solve Value
- Summary
Set the number of time steps between each radiation solve
Parameter |
Value |
Default |
|---|---|---|
{= | are | is} |
– |
|
Value |
integer |
– |