Code Monkey home page Code Monkey logo

fem.edu's People

Contributors

pmackenz avatar sweetta avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

fem.edu's Issues

3d Frame

  • model setup
  • linear analysis
  • stability analysis (eigenvalues, vectors)
  • path-following
  • post-buckling

Create a ConvergenceTest class

  • create an abstract ConvergenceTest class. One (or more) member(s) of that class shall be used by a Solver object to determine whether or not a current approximate solution shall be considered converged or not.

Subclasses

  • max(abs(du) with option for absolute or relative tolerance
  • max(abs(R)) with option for absolute or relative tolerance
  • incremental energy, R.du with option for absolute or relative tolerance
  • displacement control: G.du or G.u
  • load control: converging to a load pattern for given displacement constraint
  • arc-length constraints

Beam problem

  • modeling a continuous beam
  • extracting moment and shear diagrams

Implement a smart node

  • define dof codes
  • create index list for local dofs
  • register elements
  • create element specific maps (and memorize them)
  • change fixity logic to use keys
  • change loading logic to use keys

Build a general Solver

That Solver shall include

  • Assembler
  • General Newton-Raphson solver
  • Option to use modified Newton-Raphson
  • Option to incorporate linear constraints (Constraint objects)
  • Option to include a ConvergenceTest object (different criteria as helper classes)
  • Send analysisConverged signal to allow for update of path-dependent material states.

Create a Constraint Class

  • create an abstract Constraint class to represent general linear and nonlinear constraints on a system

Subclass to:

  • single point constraint
  • multi-point constraint (could be further subclassed for various path-following constraints)
  • constraint-elements (simple node-to-surface contact)
  • energy-based constraints

Notes: Consider the following

  • constraints can change between load steps, even between iteration steps (but need not)
  • constraints may add to the tangent. May need to be part of the assembler.
  • constraints may include material properties (springs, friction, break-off points, ...)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.