code abaqus id_string = "abaqus"; Abspressure (no=1011, loc=elem, dim=1, type=field, 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 id_string = "fluent"; Abspressure (no=1011, loc=elem, dim=1, type=field, 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.Abspressure = fluent.Abspressure; abaqus.NPosition = fluent.NPosition; end control check_mesh_quality = on; mesh_quality_nodes( tol = 1e-8); end switches output_level = 0; debug_level = 0; end jobs struct = abaqus ( pwd = ".", nprocs = 1 ); flow = fluent ( pwd = ".", nprocs = 1 ); end parameters struct ( CC_0000="mesh1/part0/dim2/ASSEMBLY_CANT_B/+Abspressure/-NPosition" , CC_0001="mesh2/part1/dim2/ASSEMBLY_CANT_T/+Abspressure/-NPosition" ); flow ( CC_0000="mesh1/part8/dim2/cant_b/-Abspressure/+NPosition" , CC_0001="mesh2/part9/dim2/cant_t/-Abspressure/+NPosition" ); end