Skip to content

Commit 15c4716

Browse files
committed
move lsdyna version info to the example file
1 parent dd9afc6 commit 15c4716

24 files changed

+46
-47
lines changed

examples/Airbag/airbag_deploy.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
Airbag deploy example
33
=====================
44
5-
This example show how to create an Airbag deploy model with Pydyna-pre module
5+
This example show how to create an Airbag deploy model with Pydyna-pre module. \n
6+
LS-DYNA version : ls-dyna_smp_d_R13.0_365-gf8a97bda2a_winx64_ifort190.exe
67
"""
78

89
import os

examples/EM/em_railgun.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
"""
22
Railgun example
3-
=====================
3+
===============
44
5-
This example demonstrates how to create an EM Railgun input deck.
5+
This example demonstrates how to create an EM Railgun input deck. \n
6+
LS-DYNA version : ls-dyna_smp_d_R13.0_365-gf8a97bda2a_winx64_ifort190.exe
67
"""
78

89
import os

examples/Explicit/belted_dummy.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
Belted dummy example
33
=====================
44
5-
This example show how to create an Belted dummy model with Pydyna-pre module
5+
This example show how to create an Belted dummy model with Pydyna-pre module. \n
6+
LS-DYNA version : LS-DYNA version : ls-dyna_smp_d_R13.0_365-gf8a97bda2a_winx64_ifort190.exe
67
"""
78

89
import os

examples/ICFD/icfd_cylinderflow.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
Cylinder flow example
33
=====================
44
5-
This example demonstrates how to create a simple ICFD cylinder flow input deck.
5+
This example demonstrates how to create a simple ICFD cylinder flow input deck. \n
6+
LS-DYNA version : ls-dyna_smp_d_R13.1_138-g8429c8a10f_winx64_ifort190.exe
67
"""
78

89
import os

examples/ICFD/icfd_dam_break.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
Dam break
33
=========
44
5-
This example shows a simple free surface example using the ICFD solver. A column of water collapses under the load of gravity.
5+
This example shows a simple free surface example using the ICFD solver. A column of water collapses under the load of gravity. \n
6+
LS-DYNA version : ls-dyna_smp_d_R13.1_138-g8429c8a10f_winx64_ifort190.exe
67
"""
78

89
import os

examples/ICFD/icfd_dem_coupling.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
============
44
55
This example shows how to couple the ICFD fluid solver with DEM particles.
6+
LS-DYNA version : ls-dyna_smp_d_R101_winx64_ifort131.exe
67
"""
78

89
import os

examples/ICFD/icfd_driven_cavity.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
=============
44
55
This example shows the universally famous driven cavity case tested with the second order steady solver and for Re=1000.
6+
LS-DYNA version : ls-dyna_smp_d_R13.1_138-g8429c8a10f_winx64_ifort190.exe
67
"""
78

89
import os

examples/ICFD/icfd_free_convection_flow.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
============
44
55
This example shows a simple ICFD forced convection input deck with a coarse mesh.
6+
LS-DYNA version : ls-dyna_smp_d_R13.1_138-g8429c8a10f_winx64_ifort190.exe
67
"""
78

89
import os

examples/ICFD/icfd_imposed_move.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
Imposed move
33
============
44
5-
This example shows how to impose the displacements on the fluid nodes through the use of the ICFD_CONTROL_IMPOSED_MOVE keyword.
5+
This example shows how to impose the displacements on the fluid nodes through the use of the ICFD_CONTROL_IMPOSED_MOVE keyword. \n
6+
LS-DYNA version : ls-dyna_smp_d_R13.1_138-g8429c8a10f_winx64_ifort190.exe
67
"""
78

89
import os

examples/ICFD/icfd_internal_3d_flow.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
Internal 3D flow
33
================
44
5-
This example shows a simple 3D ICFD problem.
5+
This example shows a simple 3D ICFD problem. \n
6+
LS-DYNA version : ls-dyna_smp_d_R13.1_138-g8429c8a10f_winx64_ifort190.exe
67
"""
78

89
import os

0 commit comments

Comments
 (0)