mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-03-15 21:01:26 +05:00
Use AddBoundary in test
This commit is contained in:
parent
5336697bb4
commit
a4a40e7ea0
@ -30,7 +30,7 @@ cao_name = "CAO_PIQUAGE"
|
|||||||
smeshhomard = smesh.Adaptation("Uniform")
|
smeshhomard = smesh.Adaptation("Uniform")
|
||||||
smeshhomard.CreateBoundaryCAO(cao_name, input_xao_1)
|
smeshhomard.CreateBoundaryCAO(cao_name, input_xao_1)
|
||||||
smeshhomard.CreateCase("PIQUAGE", input_med_1, working_dir)
|
smeshhomard.CreateCase("PIQUAGE", input_med_1, working_dir)
|
||||||
smeshhomard.AddBoundaryGroup(cao_name, "")
|
smeshhomard.AddBoundary(cao_name)
|
||||||
smeshhomard.SetConfType(0)
|
smeshhomard.SetConfType(0)
|
||||||
smeshhomard.SetKeepMedOUT(True)
|
smeshhomard.SetKeepMedOUT(True)
|
||||||
smeshhomard.SetPublishMeshOUT(True)
|
smeshhomard.SetPublishMeshOUT(True)
|
||||||
@ -73,7 +73,7 @@ if os.path.isfile(log_file_2):
|
|||||||
smeshhomard = smesh.Adaptation("Uniform")
|
smeshhomard = smesh.Adaptation("Uniform")
|
||||||
smeshhomard.CreateBoundaryDi("Boun_5_1", "MAIL_EXT", input_fr)
|
smeshhomard.CreateBoundaryDi("Boun_5_1", "MAIL_EXT", input_fr)
|
||||||
smeshhomard.CreateCaseOnMesh("COEUR_2D", MAILL.GetMesh(), working_dir)
|
smeshhomard.CreateCaseOnMesh("COEUR_2D", MAILL.GetMesh(), working_dir)
|
||||||
smeshhomard.AddBoundaryGroup("Boun_5_1", "")
|
smeshhomard.AddBoundary("Boun_5_1")
|
||||||
smeshhomard.SetConfType(1)
|
smeshhomard.SetConfType(1)
|
||||||
smeshhomard.SetKeepMedOUT(False)
|
smeshhomard.SetKeepMedOUT(False)
|
||||||
smeshhomard.SetPublishMeshOUT(True)
|
smeshhomard.SetPublishMeshOUT(True)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user