Algorithm 1 Coupling Method. , . If non-overlapping, , else . |
Initialization: Set model I with and model II with
|
Main Loop:
|
for
do
|
Model I (FEM):
|
• Receive the interface information from Model II . |
• Solve for from Model I. |
• Calculate or and pass it to Model II . |
Model II (NN):
|
• Receive the interface information or from Model I . |
• Solve for from Model II. |
• Calculate . |
• Calculate and pass it to Model I . |
If converged, stop;
|
end for
|