Coder Social home page Coder Social logo

eastglow-zz / chimad3_dendritic_growth Goto Github PK

View Code? Open in Web Editor NEW
3.0 1.0 0.0 12.01 MB

Home Page: https://pages.nist.gov/pfhub/benchmarks/benchmark3.ipynb/

C 57.95% C++ 39.18% MATLAB 2.86%
chimad solidification dendritic anisotropy interfacial-energy moose phase-field moose-framework pfhub

chimad3_dendritic_growth's Introduction

CHiMaD3_dendritic_growth

https://pages.nist.gov/pfhub/benchmarks/benchmark3.ipynb/

https://github.com/eastglow-zz/moose

Solution of ChiMaD benchmark problem #3; dendritic growth using MOOSE-framework

The treatment of anisotropy function is generalized and simplified by newly written kernels associated with Function Parsed system of MOOSE-framework.

--Kernel descriptions--

[AnisotropicGradEnergy] (to be merged with the master branch of MOOSE repository soon)

This kernel calculates the residual and Jacobian of the strong form;

-L * div( (d/dgrad_aeta)(0.5 * kappa(grad_aeta) * grad_aeta^2) ), where aeta is a scalar field.

Inputs: L, kappa(grad_aeta), the components of grad_aeta, and the threshold magnitude of gradient of aeta

where, L is assumed to be a constant, kappa(grad_aeta) is an anisotropy function, can be provided by DerivativeParsedMaterial as a functions of gradient components of aeta, and each component of grad_aeta can be calculated by using VariableGradientComponent AuxKernel from aeta declared as a Variable. This kernel does not calculate anisotropy terms where the gradient magnitude of aeta is less than the threshold value.

To use VariableGradientComponent, each component of grad_aeta, namely, in 2D, dpx and dpy, should be declared as an elemental AuxVariable (e.g. MONOMIAL family), respectively.

CHiMaD3_DK_w_postprocess.i might be useful as an example for usage of this kernel.

[AnisotropicTimeDerivative] (to be merged with the master branch of MOOSE repository soon)

This kernel calculates the residual and Jacobian of the strong form;

tau(grad_aeta) * (d/dt) aeta, where aeta is a scalar field.

Inputs: L, kappa(grad_aeta), and the components of grad_aeta,

where, L is assumed to be a constant, tau(grad_aeta) is an anisotropy function, can be provided by DerivativeParsedMaterial as a functions of gradient components of aeta, and each component of grad_aeta can be calculated by using VariableGradientComponent AuxKernel from aeta declared as a Variable. This kernel does not calculate anisotropy terms where the gradient magnitude of aeta is less than the threshold value.

To use VariableGradientComponent, each component of grad_aeta, namely, in 2D, dpx and dpy, should be declared as an elemental AuxVariable (e.g. MONOMIAL family), respectively.

CHiMaD3_DK_w_postprocess.i might be useful as an example for usage of this kernel.

Last update: July 18th 2018

chimad3_dendritic_growth's People

Contributors

eastglow-zz avatar

Stargazers

 avatar  avatar  avatar

Watchers

 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.