|
14 | 14 | from .beam_rs_shear_stress import beam_rs_shear_stress
|
15 | 15 | from .beam_s_bending_moment import beam_s_bending_moment
|
16 | 16 | from .beam_s_shear_force import beam_s_shear_force
|
17 |
| -from .beam_torsional_moment import beam_torsional_moment |
18 |
| -from .beam_tr_shear_stress import beam_tr_shear_stress |
19 | 17 | from .beam_t_bending_moment import beam_t_bending_moment
|
20 | 18 | from .beam_t_shear_force import beam_t_shear_force
|
| 19 | +from .beam_torsional_moment import beam_torsional_moment |
| 20 | +from .beam_tr_shear_stress import beam_tr_shear_stress |
21 | 21 | from .cgns_result_provider import cgns_result_provider
|
22 | 22 | from .cms_dst_table_provider import cms_dst_table_provider
|
23 | 23 | from .cms_matrices_provider import cms_matrices_provider
|
24 | 24 | from .cms_subfile_info_provider import cms_subfile_info_provider
|
| 25 | +from .co_energy import co_energy |
25 | 26 | from .compute_invariant_terms_motion import compute_invariant_terms_motion
|
26 | 27 | from .compute_invariant_terms_rbd import compute_invariant_terms_rbd
|
27 | 28 | from .compute_stress import compute_stress
|
28 | 29 | from .compute_stress_1 import compute_stress_1
|
29 | 30 | from .compute_stress_2 import compute_stress_2
|
30 | 31 | from .compute_stress_3 import compute_stress_3
|
31 |
| -from .compute_stress_von_mises import compute_stress_von_mises |
32 | 32 | from .compute_stress_X import compute_stress_X
|
33 | 33 | from .compute_stress_XY import compute_stress_XY
|
34 | 34 | from .compute_stress_XZ import compute_stress_XZ
|
35 | 35 | from .compute_stress_Y import compute_stress_Y
|
36 | 36 | from .compute_stress_YZ import compute_stress_YZ
|
37 | 37 | from .compute_stress_Z import compute_stress_Z
|
| 38 | +from .compute_stress_von_mises import compute_stress_von_mises |
38 | 39 | from .compute_total_strain import compute_total_strain
|
39 | 40 | from .compute_total_strain_1 import compute_total_strain_1
|
40 | 41 | from .compute_total_strain_2 import compute_total_strain_2
|
|
54 | 55 | from .contact_status import contact_status
|
55 | 56 | from .contact_surface_heat_flux import contact_surface_heat_flux
|
56 | 57 | from .contact_total_stress import contact_total_stress
|
57 |
| -from .coordinates import coordinates |
58 | 58 | from .coordinate_system import coordinate_system
|
59 |
| -from .co_energy import co_energy |
| 59 | +from .coordinates import coordinates |
60 | 60 | from .creep_strain_energy_density import creep_strain_energy_density
|
61 | 61 | from .current_density import current_density
|
62 | 62 | from .custom import custom
|
|
96 | 96 | from .div_lighthill_tensor import div_lighthill_tensor
|
97 | 97 | from .dynamic_viscosity import dynamic_viscosity
|
98 | 98 | from .elastic_strain import elastic_strain
|
| 99 | +from .elastic_strain_X import elastic_strain_X |
| 100 | +from .elastic_strain_XY import elastic_strain_XY |
| 101 | +from .elastic_strain_XZ import elastic_strain_XZ |
| 102 | +from .elastic_strain_Y import elastic_strain_Y |
| 103 | +from .elastic_strain_YZ import elastic_strain_YZ |
| 104 | +from .elastic_strain_Z import elastic_strain_Z |
99 | 105 | from .elastic_strain_energy_density import elastic_strain_energy_density
|
100 | 106 | from .elastic_strain_eqv import elastic_strain_eqv
|
101 | 107 | from .elastic_strain_intensity import elastic_strain_intensity
|
|
104 | 110 | from .elastic_strain_principal_2 import elastic_strain_principal_2
|
105 | 111 | from .elastic_strain_principal_3 import elastic_strain_principal_3
|
106 | 112 | from .elastic_strain_rotation_by_euler_nodes import elastic_strain_rotation_by_euler_nodes
|
107 |
| -from .elastic_strain_X import elastic_strain_X |
108 |
| -from .elastic_strain_XY import elastic_strain_XY |
109 |
| -from .elastic_strain_XZ import elastic_strain_XZ |
110 |
| -from .elastic_strain_Y import elastic_strain_Y |
111 |
| -from .elastic_strain_YZ import elastic_strain_YZ |
112 |
| -from .elastic_strain_Z import elastic_strain_Z |
113 | 113 | from .electric_field import electric_field
|
114 | 114 | from .electric_field_X import electric_field_X
|
115 | 115 | from .electric_field_Y import electric_field_Y
|
|
119 | 119 | from .electric_flux_density_Y import electric_flux_density_Y
|
120 | 120 | from .electric_flux_density_Z import electric_flux_density_Z
|
121 | 121 | from .electric_potential import electric_potential
|
122 |
| -from .elemental_heat_generation import elemental_heat_generation |
123 |
| -from .elemental_mass import elemental_mass |
124 |
| -from .elemental_volume import elemental_volume |
125 | 122 | from .element_centroids import element_centroids
|
126 | 123 | from .element_nodal_forces import element_nodal_forces
|
127 | 124 | from .element_orientations import element_orientations
|
128 | 125 | from .element_orientations_X import element_orientations_X
|
129 | 126 | from .element_orientations_Y import element_orientations_Y
|
130 | 127 | from .element_orientations_Z import element_orientations_Z
|
| 128 | +from .elemental_heat_generation import elemental_heat_generation |
| 129 | +from .elemental_mass import elemental_mass |
| 130 | +from .elemental_volume import elemental_volume |
131 | 131 | from .enf_rotation_by_euler_nodes import enf_rotation_by_euler_nodes
|
132 | 132 | from .enthalpy import enthalpy
|
133 | 133 | from .entropy import entropy
|
|
172 | 172 | from .global_spring_damper_energy import global_spring_damper_energy
|
173 | 173 | from .global_system_damping_energy import global_system_damping_energy
|
174 | 174 | from .global_time_step import global_time_step
|
| 175 | +from .global_to_nodal import global_to_nodal |
175 | 176 | from .global_total_energy import global_total_energy
|
176 | 177 | from .global_total_mass import global_total_mass
|
177 |
| -from .global_to_nodal import global_to_nodal |
178 | 178 | from .global_velocity import global_velocity
|
179 | 179 | from .heat_flux import heat_flux
|
180 | 180 | from .heat_flux_X import heat_flux_X
|
|
241 | 241 | from .part_rigid_body_velocity import part_rigid_body_velocity
|
242 | 242 | from .plastic_state_variable import plastic_state_variable
|
243 | 243 | from .plastic_strain import plastic_strain
|
| 244 | +from .plastic_strain_X import plastic_strain_X |
| 245 | +from .plastic_strain_XY import plastic_strain_XY |
| 246 | +from .plastic_strain_XZ import plastic_strain_XZ |
| 247 | +from .plastic_strain_Y import plastic_strain_Y |
| 248 | +from .plastic_strain_YZ import plastic_strain_YZ |
| 249 | +from .plastic_strain_Z import plastic_strain_Z |
244 | 250 | from .plastic_strain_energy_density import plastic_strain_energy_density
|
245 | 251 | from .plastic_strain_eqv import plastic_strain_eqv
|
246 | 252 | from .plastic_strain_intensity import plastic_strain_intensity
|
|
249 | 255 | from .plastic_strain_principal_2 import plastic_strain_principal_2
|
250 | 256 | from .plastic_strain_principal_3 import plastic_strain_principal_3
|
251 | 257 | from .plastic_strain_rotation_by_euler_nodes import plastic_strain_rotation_by_euler_nodes
|
252 |
| -from .plastic_strain_X import plastic_strain_X |
253 |
| -from .plastic_strain_XY import plastic_strain_XY |
254 |
| -from .plastic_strain_XZ import plastic_strain_XZ |
255 |
| -from .plastic_strain_Y import plastic_strain_Y |
256 |
| -from .plastic_strain_YZ import plastic_strain_YZ |
257 |
| -from .plastic_strain_Z import plastic_strain_Z |
258 | 258 | from .poynting_vector import poynting_vector
|
259 | 259 | from .poynting_vector_surface import poynting_vector_surface
|
260 |
| -from .pressure import pressure |
261 | 260 | from .pres_to_field import pres_to_field
|
| 261 | +from .pressure import pressure |
262 | 262 | from .pretension import pretension
|
263 | 263 | from .prns_to_field import prns_to_field
|
264 | 264 | from .raw_displacement import raw_displacement
|
|
287 | 287 | from .strain_eqv_as_mechanical import strain_eqv_as_mechanical
|
288 | 288 | from .strain_eqv_as_mechanical_workflow import strain_eqv_as_mechanical_workflow
|
289 | 289 | from .stress import stress
|
| 290 | +from .stress_X import stress_X |
| 291 | +from .stress_XY import stress_XY |
| 292 | +from .stress_XZ import stress_XZ |
| 293 | +from .stress_Y import stress_Y |
| 294 | +from .stress_YZ import stress_YZ |
| 295 | +from .stress_Z import stress_Z |
290 | 296 | from .stress_eqv_as_mechanical import stress_eqv_as_mechanical
|
291 | 297 | from .stress_eqv_as_mechanical_workflow import stress_eqv_as_mechanical_workflow
|
292 | 298 | from .stress_intensity import stress_intensity
|
|
297 | 303 | from .stress_ratio import stress_ratio
|
298 | 304 | from .stress_rotation_by_euler_nodes import stress_rotation_by_euler_nodes
|
299 | 305 | from .stress_von_mises import stress_von_mises
|
300 |
| -from .stress_X import stress_X |
301 |
| -from .stress_XY import stress_XY |
302 |
| -from .stress_XZ import stress_XZ |
303 |
| -from .stress_Y import stress_Y |
304 |
| -from .stress_YZ import stress_YZ |
305 |
| -from .stress_Z import stress_Z |
306 | 306 | from .structural_temperature import structural_temperature
|
307 | 307 | from .superficial_velocity import superficial_velocity
|
308 | 308 | from .surface_heat_rate import surface_heat_rate
|
|
317 | 317 | from .thermal_conductivity import thermal_conductivity
|
318 | 318 | from .thermal_dissipation_energy import thermal_dissipation_energy
|
319 | 319 | from .thermal_strain import thermal_strain
|
320 |
| -from .thermal_strains_eqv import thermal_strains_eqv |
321 |
| -from .thermal_strain_principal_1 import thermal_strain_principal_1 |
322 |
| -from .thermal_strain_principal_2 import thermal_strain_principal_2 |
323 |
| -from .thermal_strain_principal_3 import thermal_strain_principal_3 |
324 | 320 | from .thermal_strain_X import thermal_strain_X
|
325 | 321 | from .thermal_strain_XY import thermal_strain_XY
|
326 | 322 | from .thermal_strain_XZ import thermal_strain_XZ
|
327 | 323 | from .thermal_strain_Y import thermal_strain_Y
|
328 | 324 | from .thermal_strain_YZ import thermal_strain_YZ
|
329 | 325 | from .thermal_strain_Z import thermal_strain_Z
|
| 326 | +from .thermal_strain_principal_1 import thermal_strain_principal_1 |
| 327 | +from .thermal_strain_principal_2 import thermal_strain_principal_2 |
| 328 | +from .thermal_strain_principal_3 import thermal_strain_principal_3 |
| 329 | +from .thermal_strains_eqv import thermal_strains_eqv |
330 | 330 | from .thickness import thickness
|
331 | 331 | from .torque import torque
|
332 | 332 | from .total_contact_force import total_contact_force
|
|
0 commit comments