Kind: global class
Create Solid
Returns: Solid
| Param | Type | Description |
|---|---|---|
| no | int |
Number of Solid |
| boundary_surfaces | array |
List of boundary surfaces |
| material | int |
Number of material |
| comment | string |
Comment for the Solid |
| params | dictionary |
Parameters of the Solid |
Create Standard Solid
Kind: instance method of Solid
| Param | Type | Description |
|---|---|---|
| no | int |
Number of Solid |
| boundary_surfaces | array |
List of boundary surfaces |
| material | int |
Number of material |
| comment | string |
Comment for the Solid |
| params | dictionary |
Parameters of the Solid |
Create Gas
Kind: instance method of Solid
| Param | Type | Description |
|---|---|---|
| no | int |
Number of Solid |
| boundary_surfaces | array |
List of boundary surfaces |
| material | int |
Number of material |
| gasssolid_no | int |
Gass solid index |
| comment | string |
Comment for the Solid |
| params | dictionary |
Parameters of the Solid |
solid.Contact(no, boundary_surfaces, material, contact_solid_no, first_contact_surface, comment, params)
Create Contact solid
Kind: instance method of Solid
