Git Product home page Git Product logo

Comments (2)

vikramroybarc avatar vikramroybarc commented on May 29, 2024

The slip plane transformation

!         slip plane conversion
!         (hkil)->(h (h+2k)/sqrt(3) l/(c/a))
          do is=1,30
              nor(is,1) = nor3h(is,1)
              nor(is,2) = (nor3h(is,1) + 2.*nor3h(is,2))/sqrt(3.)
              nor(is,3) = nor3h(is,4)/caratio
          end do
!

is in line with that mentioned in MOOSE Framework document
All the values are multiplied with a

But I think that the slip direction transformation should be like this

!         slip direction conversion
!         [uvtw]->[3u/2     (u+2v)*sqrt(3)/2     (3/2)*w*(c/a)])
!

i.e. a factor of (3/2) should be multiplied to the third term

from crystalplasticity.

EralpDemir avatar EralpDemir commented on May 29, 2024

Thanks Vikram, you are asking good questions.

I actually took it from Dr. Roters.

Please see version DAMASK 3.0 their lattice.f90 file - line 1954.

The direction conventions is the same as in MOOSE but the values are multiplied by 3/2. The third direction along c-axis "w" is multiplied with c/a ratio and plane normal is divided by c/a ratio in our case. While in MOOSE, it seems it is both divided which is strange.

Hope this helps

from crystalplasticity.

Related Issues (20)

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.