osis-python 0.5.4__tar.gz → 0.5.5__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {osis_python-0.5.4/src/osis_python.egg-info → osis_python-0.5.5}/PKG-INFO +1 -1
- {osis_python-0.5.4 → osis_python-0.5.5/src/osis_python.egg-info}/PKG-INFO +1 -1
- {osis_python-0.5.4 → osis_python-0.5.5}/src/pyosis/__init__.py +1 -1
- {osis_python-0.5.4 → osis_python-0.5.5}/src/pyosis/boundary/interface.py +3 -3
- {osis_python-0.5.4 → osis_python-0.5.5}/src/pyosis/boundary/manager.py +1 -1
- {osis_python-0.5.4 → osis_python-0.5.5}/LICENSE +0 -0
- {osis_python-0.5.4 → osis_python-0.5.5}/README.md +0 -0
- {osis_python-0.5.4 → osis_python-0.5.5}/pyproject.toml +0 -0
- {osis_python-0.5.4 → osis_python-0.5.5}/setup.cfg +0 -0
- {osis_python-0.5.4 → osis_python-0.5.5}/src/osis_python.egg-info/SOURCES.txt +0 -0
- {osis_python-0.5.4 → osis_python-0.5.5}/src/osis_python.egg-info/dependency_links.txt +0 -0
- {osis_python-0.5.4 → osis_python-0.5.5}/src/osis_python.egg-info/requires.txt +0 -0
- {osis_python-0.5.4 → osis_python-0.5.5}/src/osis_python.egg-info/top_level.txt +0 -0
- {osis_python-0.5.4 → osis_python-0.5.5}/src/pyosis/boundary/__init__.py +0 -0
- {osis_python-0.5.4 → osis_python-0.5.5}/src/pyosis/control/__init__.py +0 -0
- {osis_python-0.5.4 → osis_python-0.5.5}/src/pyosis/control/control.py +0 -0
- {osis_python-0.5.4 → osis_python-0.5.5}/src/pyosis/control/io.py +0 -0
- {osis_python-0.5.4 → osis_python-0.5.5}/src/pyosis/control/manager.py +0 -0
- {osis_python-0.5.4 → osis_python-0.5.5}/src/pyosis/control/nonlinear.py +0 -0
- {osis_python-0.5.4 → osis_python-0.5.5}/src/pyosis/core/__init__.py +0 -0
- {osis_python-0.5.4 → osis_python-0.5.5}/src/pyosis/core/all_func.py +0 -0
- {osis_python-0.5.4 → osis_python-0.5.5}/src/pyosis/core/apdl_sync.py +0 -0
- {osis_python-0.5.4 → osis_python-0.5.5}/src/pyosis/core/basic_manager.py +0 -0
- {osis_python-0.5.4 → osis_python-0.5.5}/src/pyosis/core/build.py +0 -0
- {osis_python-0.5.4 → osis_python-0.5.5}/src/pyosis/core/client.py +0 -0
- {osis_python-0.5.4 → osis_python-0.5.5}/src/pyosis/core/command.py +0 -0
- {osis_python-0.5.4 → osis_python-0.5.5}/src/pyosis/core/engine.py +0 -0
- {osis_python-0.5.4 → osis_python-0.5.5}/src/pyosis/core/exceptions.py +0 -0
- {osis_python-0.5.4 → osis_python-0.5.5}/src/pyosis/core/references.py +0 -0
- {osis_python-0.5.4 → osis_python-0.5.5}/src/pyosis/core/sync_apdl_cli.py +0 -0
- {osis_python-0.5.4 → osis_python-0.5.5}/src/pyosis/display/__init__.py +0 -0
- {osis_python-0.5.4 → osis_python-0.5.5}/src/pyosis/display/interface.py +0 -0
- {osis_python-0.5.4 → osis_python-0.5.5}/src/pyosis/display/manager.py +0 -0
- {osis_python-0.5.4 → osis_python-0.5.5}/src/pyosis/dynamic/__init__.py +0 -0
- {osis_python-0.5.4 → osis_python-0.5.5}/src/pyosis/dynamic/load_to_mass.py +0 -0
- {osis_python-0.5.4 → osis_python-0.5.5}/src/pyosis/dynamic/manager.py +0 -0
- {osis_python-0.5.4 → osis_python-0.5.5}/src/pyosis/dynamic/modal.py +0 -0
- {osis_python-0.5.4 → osis_python-0.5.5}/src/pyosis/dynamic/seismic.py +0 -0
- {osis_python-0.5.4 → osis_python-0.5.5}/src/pyosis/element/__init__.py +0 -0
- {osis_python-0.5.4 → osis_python-0.5.5}/src/pyosis/element/interface.py +0 -0
- {osis_python-0.5.4 → osis_python-0.5.5}/src/pyosis/element/manager.py +0 -0
- {osis_python-0.5.4 → osis_python-0.5.5}/src/pyosis/general/__init__.py +0 -0
- {osis_python-0.5.4 → osis_python-0.5.5}/src/pyosis/general/interface.py +0 -0
- {osis_python-0.5.4 → osis_python-0.5.5}/src/pyosis/geometry/__init__.py +0 -0
- {osis_python-0.5.4 → osis_python-0.5.5}/src/pyosis/geometry/interface.py +0 -0
- {osis_python-0.5.4 → osis_python-0.5.5}/src/pyosis/geometry/manager.py +0 -0
- {osis_python-0.5.4 → osis_python-0.5.5}/src/pyosis/live/__init__.py +0 -0
- {osis_python-0.5.4 → osis_python-0.5.5}/src/pyosis/live/analysis.py +0 -0
- {osis_python-0.5.4 → osis_python-0.5.5}/src/pyosis/live/grade.py +0 -0
- {osis_python-0.5.4 → osis_python-0.5.5}/src/pyosis/live/lane.py +0 -0
- {osis_python-0.5.4 → osis_python-0.5.5}/src/pyosis/live/manager.py +0 -0
- {osis_python-0.5.4 → osis_python-0.5.5}/src/pyosis/load/__init__.py +0 -0
- {osis_python-0.5.4 → osis_python-0.5.5}/src/pyosis/load/loadcase.py +0 -0
- {osis_python-0.5.4 → osis_python-0.5.5}/src/pyosis/load/manager.py +0 -0
- {osis_python-0.5.4 → osis_python-0.5.5}/src/pyosis/load/static.py +0 -0
- {osis_python-0.5.4 → osis_python-0.5.5}/src/pyosis/load/tendon.py +0 -0
- {osis_python-0.5.4 → osis_python-0.5.5}/src/pyosis/material/__init__.py +0 -0
- {osis_python-0.5.4 → osis_python-0.5.5}/src/pyosis/material/interface.py +0 -0
- {osis_python-0.5.4 → osis_python-0.5.5}/src/pyosis/material/manager.py +0 -0
- {osis_python-0.5.4 → osis_python-0.5.5}/src/pyosis/node/__init__.py +0 -0
- {osis_python-0.5.4 → osis_python-0.5.5}/src/pyosis/node/interface.py +0 -0
- {osis_python-0.5.4 → osis_python-0.5.5}/src/pyosis/node/manager.py +0 -0
- {osis_python-0.5.4 → osis_python-0.5.5}/src/pyosis/post/__init__.py +0 -0
- {osis_python-0.5.4 → osis_python-0.5.5}/src/pyosis/post/combine.py +0 -0
- {osis_python-0.5.4 → osis_python-0.5.5}/src/pyosis/post/design_check.py +0 -0
- {osis_python-0.5.4 → osis_python-0.5.5}/src/pyosis/post/display.py +0 -0
- {osis_python-0.5.4 → osis_python-0.5.5}/src/pyosis/post/manager.py +0 -0
- {osis_python-0.5.4 → osis_python-0.5.5}/src/pyosis/project/__init__.py +0 -0
- {osis_python-0.5.4 → osis_python-0.5.5}/src/pyosis/project/interface.py +0 -0
- {osis_python-0.5.4 → osis_python-0.5.5}/src/pyosis/project/manager.py +0 -0
- {osis_python-0.5.4 → osis_python-0.5.5}/src/pyosis/property/__init__.py +0 -0
- {osis_python-0.5.4 → osis_python-0.5.5}/src/pyosis/property/component_thickness.py +0 -0
- {osis_python-0.5.4 → osis_python-0.5.5}/src/pyosis/property/coordinate.py +0 -0
- {osis_python-0.5.4 → osis_python-0.5.5}/src/pyosis/property/creep_shrink.py +0 -0
- {osis_python-0.5.4 → osis_python-0.5.5}/src/pyosis/property/damping.py +0 -0
- {osis_python-0.5.4 → osis_python-0.5.5}/src/pyosis/property/manager.py +0 -0
- {osis_python-0.5.4 → osis_python-0.5.5}/src/pyosis/property/pu_curve.py +0 -0
- {osis_python-0.5.4 → osis_python-0.5.5}/src/pyosis/quick_building/__init__.py +0 -0
- {osis_python-0.5.4 → osis_python-0.5.5}/src/pyosis/quick_building/interface.py +0 -0
- {osis_python-0.5.4 → osis_python-0.5.5}/src/pyosis/result/__init__.py +0 -0
- {osis_python-0.5.4 → osis_python-0.5.5}/src/pyosis/result/check.py +0 -0
- {osis_python-0.5.4 → osis_python-0.5.5}/src/pyosis/result/env.py +0 -0
- {osis_python-0.5.4 → osis_python-0.5.5}/src/pyosis/result/loadcase.py +0 -0
- {osis_python-0.5.4 → osis_python-0.5.5}/src/pyosis/result/manager.py +0 -0
- {osis_python-0.5.4 → osis_python-0.5.5}/src/pyosis/result/result.py +0 -0
- {osis_python-0.5.4 → osis_python-0.5.5}/src/pyosis/section/__init__.py +0 -0
- {osis_python-0.5.4 → osis_python-0.5.5}/src/pyosis/section/common.py +0 -0
- {osis_python-0.5.4 → osis_python-0.5.5}/src/pyosis/section/composite.py +0 -0
- {osis_python-0.5.4 → osis_python-0.5.5}/src/pyosis/section/manager.py +0 -0
- {osis_python-0.5.4 → osis_python-0.5.5}/src/pyosis/section/numeric.py +0 -0
- {osis_python-0.5.4 → osis_python-0.5.5}/src/pyosis/section/param.py +0 -0
- {osis_python-0.5.4 → osis_python-0.5.5}/src/pyosis/section/rebar.py +0 -0
- {osis_python-0.5.4 → osis_python-0.5.5}/src/pyosis/section/rib.py +0 -0
- {osis_python-0.5.4 → osis_python-0.5.5}/src/pyosis/section/steel.py +0 -0
- {osis_python-0.5.4 → osis_python-0.5.5}/src/pyosis/settlement/__init__.py +0 -0
- {osis_python-0.5.4 → osis_python-0.5.5}/src/pyosis/settlement/interface.py +0 -0
- {osis_python-0.5.4 → osis_python-0.5.5}/src/pyosis/settlement/manager.py +0 -0
- {osis_python-0.5.4 → osis_python-0.5.5}/src/pyosis/stability/__init__.py +0 -0
- {osis_python-0.5.4 → osis_python-0.5.5}/src/pyosis/stability/buckling.py +0 -0
- {osis_python-0.5.4 → osis_python-0.5.5}/src/pyosis/stability/manager.py +0 -0
- {osis_python-0.5.4 → osis_python-0.5.5}/src/pyosis/stage/__init__.py +0 -0
- {osis_python-0.5.4 → osis_python-0.5.5}/src/pyosis/stage/define.py +0 -0
- {osis_python-0.5.4 → osis_python-0.5.5}/src/pyosis/stage/manager.py +0 -0
- {osis_python-0.5.4 → osis_python-0.5.5}/src/pyosis/stage/overall.py +0 -0
- {osis_python-0.5.4 → osis_python-0.5.5}/src/pyosis/thickness/__init__.py +0 -0
- {osis_python-0.5.4 → osis_python-0.5.5}/src/pyosis/thickness/interface.py +0 -0
- {osis_python-0.5.4 → osis_python-0.5.5}/src/pyosis/thickness/manager.py +0 -0
- {osis_python-0.5.4 → osis_python-0.5.5}/src/pyosis/transfer/__init__.py +0 -0
- {osis_python-0.5.4 → osis_python-0.5.5}/src/pyosis/transfer/generator.py +0 -0
- {osis_python-0.5.4 → osis_python-0.5.5}/src/pyosis/transfer/matrix.py +0 -0
- {osis_python-0.5.4 → osis_python-0.5.5}/src/pyosis/transfer/out_to_python.py +0 -0
- {osis_python-0.5.4 → osis_python-0.5.5}/src/pyosis/transfer/parser.py +0 -0
- {osis_python-0.5.4 → osis_python-0.5.5}/src/pyosis/transfer/routes.py +0 -0
- {osis_python-0.5.4 → osis_python-0.5.5}/src/pyosis/transfer/split.py +0 -0
- {osis_python-0.5.4 → osis_python-0.5.5}/tests/test_delete_occupied.py +0 -0
- {osis_python-0.5.4 → osis_python-0.5.5}/tests/test_project_manager.py +0 -0
|
@@ -7,7 +7,7 @@ A library for extending OSIS functionality.
|
|
|
7
7
|
A library that allows users to use CAE with great flexibility.
|
|
8
8
|
"""
|
|
9
9
|
|
|
10
|
-
__version__ = "0.5.
|
|
10
|
+
__version__ = "0.5.5"
|
|
11
11
|
__author__ = "CCCC Highway Consultant Co. Ltd." # 中交公路规划设计院 - 工程技术研究中心 - lzh - wjh - myf
|
|
12
12
|
|
|
13
13
|
from .core.engine import OSISEngine
|
|
@@ -224,11 +224,11 @@ def osis_assign_boundary(nBd: int=1, eOP: Literal["a", "s", "r", "aa", "ra"]="a"
|
|
|
224
224
|
pass
|
|
225
225
|
|
|
226
226
|
@REGISTRY.register("BdGrp")
|
|
227
|
-
def osis_boundary_group(strName: str, eOP: Literal["c", "a", "s", "r", "aa", "ra", "m", "d"], param:
|
|
227
|
+
def osis_boundary_group(strName: str, eOP: Literal["c", "a", "s", "r", "aa", "ra", "m", "d"], *param: str | int):
|
|
228
228
|
'''
|
|
229
229
|
## 添加或移除边界组
|
|
230
230
|
pyosis.boundary.osis_boundary_group
|
|
231
|
-
|
|
231
|
+
|
|
232
232
|
Args:
|
|
233
233
|
strName (str): 边界组名
|
|
234
234
|
eOP (str): 操作
|
|
@@ -240,7 +240,7 @@ def osis_boundary_group(strName: str, eOP: Literal["c", "a", "s", "r", "aa", "ra
|
|
|
240
240
|
* ra = 移除全部
|
|
241
241
|
* m = 修改组名
|
|
242
242
|
* d = 删除
|
|
243
|
-
param
|
|
243
|
+
param: 待操作的编号,支持的格式:*, *to*; *by*,仅用于替换。
|
|
244
244
|
例子:[2,3,5,"8to10"] ["2by3","5by6","8by10"] 重合的编号自动忽略
|
|
245
245
|
|
|
246
246
|
Returns:
|
|
@@ -396,7 +396,7 @@ class BoundaryGroup:
|
|
|
396
396
|
|
|
397
397
|
def _execute(self, operation: Literal["c", "a", "s", "r", "aa", "ra", "m", "d"], *param: str | int) -> None:
|
|
398
398
|
"""执行边界组底层操作(内部使用)"""
|
|
399
|
-
ok, err = osis_boundary_group(self.name, operation,
|
|
399
|
+
ok, err = osis_boundary_group(self.name, operation, *param)
|
|
400
400
|
if not ok:
|
|
401
401
|
raise RuntimeError(f"边界组操作 {self.name} ({operation}) 失败: {err}")
|
|
402
402
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|