Git Product home page Git Product logo

abaqus-greenstrain's Introduction

abaqus-greenStrain

Abaqus script to compute Green strain from Nominal strain

Overview

Green's strain is sometimes used in large-rotation, small-strain formulations for such problems as shell buckling. It is not available directly as an Abaqus field output nor is the displacement gradient which is commonly used in its calculation.

This script computes and stores Green strain (GE) field output for all odb step frames which include Nominal strain (NE).

Reference

  1. Continuum Mechanics
  2. Abaqus Theory

Download

Get the latest release

Execution

From the command line

abaqus python greenStrain.py Job-1.odb [Job-2.odb ...]

Optional automatic execution

Copy the onJobCompletion() method into a local abaqus_v6.env file for automatic execution whenever an Abaqus job completes. Make sure this script is in the working directory or the PYTHONPATH

Derivation

Green strain is calculated based on the relationships

$${\bf GE} = {1 \over 2} \left( {\bf F} \cdot {\bf F}^T - {\bf I} \right)$$

$${\bf F} \cdot {\bf F}^T - {\bf I} = {\bf V} \cdot {\bf V}^T - {\bf I} = {\bf V} \cdot {\bf V} - {\bf I} $$

$${\bf V} = {\bf NE} + {\bf I}$$

Where

  • ${\bf GE}$ is the Green strain tensor in current configuration
  • ${\bf F}$ is the displacement gradient tensor
  • ${\bf V}$ is the stretch tensor in current configuration
  • ${\bf NE}$ is the Nominal strain tensor in current configuration

abaqus-greenstrain's People

Contributors

costerwi avatar

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.