Les variables sont décrites dans La frontière.
CreateBoundary(boundary_name, boundary_type)
|
|
|
SetCylinder(Xcen, Ycen, Zcen, Xaxe, Yaxe, Zaxe, R)
|
SetSphere(Xcen, Ycen, Zcen, R)
|
Création d’une frontière sphérique, puis d’une frontière cylindrique :
fron_1 = homard.CreateBoundary("FRON_1", 2)
fron_1.SetSphere(12.3, 3.4, .56, 6.5)
fron_2 = homard.CreateBoundary('CYL_1', 1)
fron_2.SetCylinder(0.0, 25., -25., 25., 50., 75., 100.)