|
|
| CTransfer_FlowTraction (void) |
| | Constructor of the class.
|
| |
| | CTransfer_FlowTraction (unsigned short val_nVar, unsigned short val_nConst, CConfig *config) |
| |
|
virtual | ~CTransfer_FlowTraction (void) |
| | Destructor of the class.
|
| |
| void | GetPhysical_Constants (CSolver *donor_solution, CSolver *target_solution, CGeometry *donor_geometry, CGeometry *target_geometry, CConfig *donor_config, CConfig *target_config) |
| | Retrieve some constants needed for the calculations. More...
|
| |
| void | GetDonor_Variable (CSolver *flow_solution, CGeometry *flow_geometry, CConfig *flow_config, unsigned long Marker_Flow, unsigned long Vertex_Flow, unsigned long Point_Flow) |
| | Retrieve the variable that will be sent from donor mesh to target mesh. More...
|
| |
| void | SetTarget_Variable (CSolver *fea_solution, CGeometry *fea_geometry, CConfig *fea_config, unsigned long Marker_Struct, unsigned long Vertex_Struct, unsigned long Point_Struct) |
| | Set the variable that has been received from the target mesh into the target mesh. More...
|
| |
|
| CTransfer (void) |
| | Constructor of the class.
|
| |
| | CTransfer (unsigned short val_nVar, unsigned short val_nConst, CConfig *config) |
| |
|
virtual | ~CTransfer (void) |
| | Destructor of the class.
|
| |
| void | Scatter_InterfaceData (CSolver *donor_solution, CSolver *target_solution, CGeometry *donor_geometry, CGeometry *target_geometry, CConfig *donor_config, CConfig *target_config) |
| | Interpolate data and scatter it into different processors, for matching meshes. More...
|
| |
| void | Broadcast_InterfaceData_Matching (CSolver *donor_solution, CSolver *target_solution, CGeometry *donor_geometry, CGeometry *target_geometry, CConfig *donor_config, CConfig *target_config) |
| | Interpolate data and broadcast it into all processors, for matching meshes. More...
|
| |
| void | Broadcast_InterfaceData_Interpolate (CSolver *donor_solution, CSolver *target_solution, CGeometry *donor_geometry, CGeometry *target_geometry, CConfig *donor_config, CConfig *target_config) |
| | Interpolate data and broadcast it into all processors, for nonmatching meshes. More...
|
| |
| void | Allgather_InterfaceData (CSolver *donor_solution, CSolver *target_solution, CGeometry *donor_geometry, CGeometry *target_geometry, CConfig *donor_config, CConfig *target_config) |
| | Interpolate data, operate over it and broadcast it into all processors, for nonmatching meshes. More...
|
| |
Transfer flow tractions from a fluid zone into a structural zone.
- Author
- R. Sanchez
- Version
- 4.0.1 "Cardinal"