code abaqus WallForce (no=1003, loc=node, dim=3, type=flux, smethod=0, sindex=0, phys=5, aux=0); NPosition (no=3041, loc=node, dim=3, type=field, smethod=0, sindex=0, phys=7, aux=0); end code fluent WallForce (no=1003, loc=elem, dim=3, type=flux, smethod=0, sindex=0, phys=5, aux=0); NPosition (no=3041, loc=node, dim=3, type=field, smethod=1, sindex=0, phys=7, aux=0); end quantities abaqus.WallForce = fluent.WallForce; abaqus.NPosition = fluent.NPosition; end control check_mesh_quality = on; end switches output_level = 0; debug_level = 0; end jobs abaqus = abaqus ( pwd = ".", exec = cciserver, nprocs = 1 ); fluent = fluent ( pwd = ".", exec = cciserver, nprocs = 1 ); end parameters abaqus ( CC_0000="mesh1/part0/dim2/ASSEMBLY_CANT_B/+WallForce/-NPosition" , CC_0001="mesh2/part1/dim2/ASSEMBLY_CANT_T/+WallForce/-NPosition" ); fluent ( CC_0000="mesh1/part4/dim2/bot/-WallForce/+NPosition" , CC_0001="mesh2/part5/dim2/top/-WallForce/+NPosition" ); end