Skip to content

Commit 77ddb0e

Browse files
theScriptingEngineertheScriptingEngineer
authored andcommitted
Merge branch 'development'
2 parents 31df567 + 803355b commit 77ddb0e

File tree

3 files changed

+586
-2
lines changed

3 files changed

+586
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[project]
44
name = "nxopentse"
5-
version = "0.0.1a20"
5+
version = "0.0.1a21"
66
authors = [
77
{ name="theScriptingEngineer", email="nxopen@theScriptingEngineer.com" },
88
]

src/nxopentse/cae/__init__.py

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,14 @@
1818
create_displacement_field, \
1919
get_all_fe_elements, \
2020
add_related_nodes_and_elements, \
21-
copy_groups_to_sim_part
21+
copy_groups_to_sim_part, \
22+
create_force_on_group, \
23+
create_force_on_selection_recipe, \
24+
create_moment_on_group, \
25+
create_moment_on_selection_recipe, \
26+
create_cartesian_formula_field, \
27+
create_pressure_on_group, \
28+
set_field_in_pressure_load
2229

2330
from .postprocessing import PostInput, \
2431
hello, \

0 commit comments

Comments
 (0)