-
Notifications
You must be signed in to change notification settings - Fork 128
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into release/0.8
# Conflicts: # pyaedt/__init__.py
- Loading branch information
Showing
51 changed files
with
1,473 additions
and
1,010 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Blocks Cylinder,,,,,,,,,,,,,,,,,,, | ||
#,,,,,,,,,,,,,,,,,,, | ||
name,xc,yc,zc,plane,radius,iradius,height | ||
Cylinder,0,0,0,2,40,0,70 | ||
Cylinder_with_hole,10,10,0,2,40,20,70 |
5 changes: 5 additions & 0 deletions
5
_unittest/example_models/T08/cylinder_geometry_creation_missing_values.csv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Blocks Cylinder,,,,,,,,,,,,,,,,,,, | ||
#,,,,,,,,,,,,,,,,,,, | ||
name,xc,yc,zc,plane,radius,iradius,height | ||
Cylinder,0,0,0,2,40,0,70 | ||
Cylinder_with_hole,10,10,0,2,40 |
5 changes: 5 additions & 0 deletions
5
_unittest/example_models/T08/cylinder_geometry_creation_wrong_keys.csv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Blocks Cylinder,,,,,,,,,,,,,,,,,,, | ||
#,,,,,,,,,,,,,,,,,,, | ||
name,xc,yc,zc,plane,outerradius,innerradius,height | ||
Cylinder,0,0,0,2,40,0,70 | ||
Cylinder_with_hole,10,10,0,2,40,20,70 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,113 @@ | ||
{ | ||
"Primitives": | ||
[ | ||
{ | ||
"Primitive Type": "Cylinder", | ||
"Name": "Small", | ||
"Plane": 1, | ||
"Height": 10.0, | ||
"Radius": "3.0mm", | ||
"Internal Radius": 1.0, | ||
"Number of Segments": 0 | ||
}, | ||
{ | ||
"Primitive Type": "Cylinder", | ||
"Name": "Big", | ||
"Plane": 0, | ||
"Height": 50.0, | ||
"Radius": 10.0, | ||
"Internal Radius": 0 | ||
}, | ||
{ | ||
"Primitive Type": "Cylinder", | ||
"Name": "Big_hole", | ||
"Plane": 0, | ||
"Height": 50.0, | ||
"Radius": 10.0, | ||
"Internal Radius": 5 | ||
}, | ||
{ | ||
"Primitive Type": "Box", | ||
"Name": "SmallBox", | ||
"X Length": 10.0, | ||
"Y Length": 10.0, | ||
"Z Length": 10.0 | ||
}, | ||
{ | ||
"Primitive Type": "Box", | ||
"Name": "BigBox", | ||
"X Length": 100.0, | ||
"Y Length": 100.0, | ||
"Z Length": 100.0 | ||
} | ||
|
||
], | ||
"Instances": | ||
[ | ||
{ | ||
"Name":"Small", | ||
"Coordinate System": "CS1", | ||
"Origin": ["0mm","1.052dm","2"] | ||
}, | ||
{ | ||
"Name":"Small", | ||
"Coordinate System": "Global", | ||
"Origin": ["20um",10,"2.2"] | ||
}, | ||
{ | ||
"Name":"Big", | ||
"Coordinate System": "CS2", | ||
"Origin": ["2.0mm",0,50.5] | ||
}, | ||
{ | ||
"Name":"Big", | ||
"Coordinate System": "Global", | ||
"Origin": [10,10,10] | ||
}, | ||
{ | ||
"Name":"Big_hole", | ||
"CS": "CS1", | ||
"Origin": [0,0,50] | ||
}, | ||
{ | ||
"Name":"SmallBox", | ||
"Coordinate System": "CS1", | ||
"Origin": ["0mm","1.052dm","2"] | ||
}, | ||
{ | ||
"Name":"SmallBox", | ||
"Coordinate System": "Global", | ||
"Origin": ["20um",10,"2.2"] | ||
}, | ||
{ | ||
"Name":"BigBox", | ||
"Coordinate System": "CS2", | ||
"Origin": ["2.0mm",0,50.5] | ||
}, | ||
{ | ||
"Name":"BigBox", | ||
"Coordinate System": "Global", | ||
"Origin": [10,10,10] | ||
} | ||
], | ||
"Coordinate Systems": | ||
[ | ||
{ | ||
"Name":"CS1", | ||
"Reference CS": "Global", | ||
"Mode": "Axis/Position", | ||
"Origin": ["20um",10,"2.2"], | ||
"X Axis": [1,0,0], | ||
"Y Point": [0,1,0] | ||
}, | ||
{ | ||
"Name": "CS2", | ||
"Mode": "Euler Angle ZYZ", | ||
"Origin": ["1.5",0,"0"], | ||
"Phi": "0deg", | ||
"Theta": 2, | ||
"Psi": 0.5 | ||
} | ||
], | ||
"Units": "mm" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Blocks Prism,,,,,,,,,,,,,,,,,,, | ||
#,,,,,,,,,,,,,,,,,,, | ||
name,xs,ys,zs,xd,yd,zd | ||
block_1,0.65,0.4,0.4,0.2,0.2,0.2 | ||
block_2,0.90,0.4,0.4,0.2,0.2,0.2 |
5 changes: 5 additions & 0 deletions
5
_unittest/example_models/T08/prism_geometry_creation_missing_values.csv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Blocks Prism | ||
# | ||
name,xs,ys,zs,xe,ye,ze,xd,yd,zd | ||
block_1,0.65,0.4,0.4,0.85,0.6,0.6,0.2,0.2 | ||
block_2,0.9,0.4,0.4,1.1,0.6,0.6,0.2,0.2,0.2 |
5 changes: 5 additions & 0 deletions
5
_unittest/example_models/T08/prism_geometry_creation_wrong_keys.csv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Blocks Prism | ||
# | ||
name,xs,ys,zs,xe,ye,ze,xl,yl,zl | ||
block_1,0.65,0.4,0.4,0.85,0.6,0.6,0.2,0.2,0.2 | ||
block_2,0.9,0.4,0.4,1.1,0.6,0.6,0.2,0.2,0.2 |
Oops, something went wrong.