PHP Classes

File: README.md

Recommend this page to a friend!
  Classes of Win Aung Cho   PHP Frame 2D Class   README.md   Download  
File: README.md
Role: Documentation
Content type: text/markdown
Description: Documentation
Class: PHP Frame 2D Class
Process structures of 2D rigid joint frames
Author: By
Last change:
Date: 3 years ago
Size: 930 bytes
 

Contents

Class file image Download

Frame2DClass

2 dimensional rigid jointed frame analysis class

* Frame2DClass * * Class Inheritance * [FEMSolver] * -> [Frame2D] * [FEMSolver] is base class and includes several matrix operation for the standard FEM solutions. * [Frame2D] is a class for the FEM solution process and include data structure of 2 dimensional rigid jointed Frame. * [Frame2D] use [CSV] class for handling csv file to store and retrieve associated arrays; * Solution process run for the loaded truss to analyse deformations, reactions and element forces. * Multiple load cases will be solved simultaneously. * Html result tables are generated during the process. * Model of 2d Frame can be generated within class by assigning values to variables. * Or model can be created by loading CSV file. * Model csv file is very simple comma separated text file in-wich the properties of FEM element, boundary conditions and loads are written.