Skip to content

Instantly share code, notes, and snippets.

@damyarou
damyarou / 0_3D_Frame_Analysis.md
Created May 19, 2017 07:43
3D Frame Analysis Example
Contents
    1_py_fem_3dfrm.py         : 立体骨組解析FEMプログラム
    2_inp_grid.txt            : 解析入力データ例 X-Y面内格子桁解析
    3_inp_3dfrm_b3_yz.txt     : 解析入力データ例 多層ラーメン(1) Y-Z面内ラーメン
    4_inp_3dfrm_b3.xz.txt     : 解析入力データ例 多層ラーメン(2) X-Z面内ラーメン
    5_jn_3dfrm_grid.ipynb     : X-Y面内格子桁解析手順 Jupyter Note
    6_jn_3dfrm_cpost_1.ipynb  : Y-Z面内多層ラーメン解析手順 Jupyter Note
    7_jn_3dfrm_cpost_2.ipynb  : X-Z面内多層ラーメン解析手順 Jupyter Note
@damyarou
damyarou / jn_bs_rc_mn.ipynb
Last active March 15, 2017 06:00
Jupyter Notebook: Ultimate Limit Strength of RC member
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@damyarou
damyarou / jn_graph1.ipynb
Created March 6, 2017 01:03
Jupyter Notebook : matplotlibでグラフ作成(2軸グラフ)
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@damyarou
damyarou / jn_graph.ipynb
Created March 6, 2017 01:02
Jupyter Notebook: matplotlibでグラフ作成
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
py_fig_flowchart.py
py_fig_table.py
@damyarou
damyarou / 0_python_FEM_1D_heat.md
Last active January 5, 2017 06:18
1D heat conduction analysis

Program and input data

  • py_fem_1Dheat.py
  • inp_20L1.txt
  • inp_40L1.txt
  • inp_100L1.txt
  • inp_2L2.txt
  • py_fig_1Dheat.py
  • py_data1.py
  • py_data2.py
@damyarou
damyarou / 0_python_FEM_gfrm.md
Last active December 27, 2016 03:41
Geometrically Nonlinear Analysis of 2D frame

Uploaded codes

  • py_fem_gfrmAL.py
  • inp_gfrm_canti.txt
  • inp_gfrm_cable.txt
  • inp_gfrm_arch.txt
  • inp_gfrm_lee.txt
  • py_fig_gfrm.py
  • py_fig_gfrm_mode.py
@damyarou
damyarou / 0_python_FEM_grid_girder.md
Last active December 14, 2016 00:49
Grid girder analysis by FEM

py_fem_grid.py inp_grid.txt py_grid_model.py a_gmt_model.txt py_grid_result.py a_gmt_result.txt

cat << EOT > inp_1.txt
@damyarou
damyarou / 0_python_FEM_2D_truss.md
Last active December 11, 2016 03:46
2D truss analysis by FEM

py_fem_truss.py

cat << EOT > inp_test1.txt
5  7  1  2  2
1.0  1.0  0.0  0.0  0.0  0.0
1  2  1
1  3  1
2  3  1
2 4 1
@damyarou
damyarou / 0_python_FEM_asnt.md
Last active December 14, 2016 03:38
Axisymmetric stress analysis

Axisymmetric stress analysis

Codes

  • py_fem_asnt.py
  • py_fig_data.py
  • a_gmt_gra.txt
  • a_gmt_model.txt
  • inp_torus.txt

a_torus.txt