Git Product home page Git Product logo

c_pfor_am's People

Contributors

daijunhu avatar mpelegatti avatar ngrilli avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

c_pfor_am's Issues

Some tests failed

Hi Nicolò,

Thanks for your great open-source code. When I run the tests, some of them failed. Among them, I'm particularly interested in the neper example. It seems that the output .e file is different from the provided gold .e file.

Screen Shot 2022-06-25 at 1 21 01 PM

I'm using Mac OS X 11.6.5 with the latest MOOSE installed.

Appreciate it if you can take a look.

Thanks,
Tianju

gfortran version

Hi ngrilli,
Thank you for sharing the code!An error occurred when I ‘make',The system prompts that the version of my GNU Fortran is different from that of the compiled. mod file. My gfortran is 7.5.0.What version of gfortran do you use?

image

Plastic Strain Variable

I am trying to add the plastic_strain auxvariable to my calculations and am getting the following error:

Material property 'plastic_strain', requested by 'plastic_xx' is not defined on block 1

Does the FiniteStrainCrystalPlasticityThermal material not include plastic_strain?

A snippet of the input and relevant blocks is included below:


[AuxKernels]
  [./plastic_xx]
    type = RankTwoAux
    rank_two_tensor = plastic_strain
    variable = plastic_xx
    index_i = 0
    index_j = 0
    block = '1'
  [../]
  [./plastic_yy]
    type = RankTwoAux
    rank_two_tensor = plastic_strain
    variable = plastic_yy
    index_i = 1
    index_j = 1
    block = '1'
  [../]
  [./plastic_zz]
    type = RankTwoAux
    rank_two_tensor = plastic_strain
    variable = plastic_zz
    index_i = 2
    index_j = 2
    block = '1'
  [../]
[]

[AuxVariables]
  [./plastic_yy]
    order = CONSTANT
    family = MONOMIAL
     block = '1'
  [../]
  [./plastic_xx]
    order = CONSTANT
    family = MONOMIAL
     block = '1'
  [../]
  [./plastic_zz]
    order = CONSTANT
    family = MONOMIAL
     block = '1'
  [../]
[]


[Materials]
  [./crysp]
    type = FiniteStrainCrystalPlasticityThermal
    block = '1'
    slip_sys_file_name = input_slip_sys.txt # no need to normalize vectors
    nss = 12 #Number of slip systems
    num_slip_sys_flowrate_props = 2 #Number of flow rate properties in a slip system
    flowprops = '1 12 0.0005 0.1' # slip rate equations parameters
    hprops = '1.0 3839.0 180.0 302.0 2.5' # hardening properties
    gprops = '1 12 180.0' # initial values of slip system resistances (start_slip_sys, end_slip_sys, value)
    tan_mod_type = none
    thermal_expansion = '44.73e-6'
    reference_temperature = '403.0'
    temp = temp
    slip_incr_tol = 0.001
    maxiter = 200
    maxitergss = 200
    maximum_substep_iteration = 5
    gen_random_stress_flag = true
    rtol = '1.0e-4'
    abs_tol = '1.0e-4'
    dCRSS_dT_A = 0.53
    dCRSS_dT_B = 0.47
    dCRSS_dT_C = 0.008
    dCTE_dT = '0.01011e-6'
  [../]

  [./elasticity_tensor]
    type = ComputeElasticityTensorMelting
    C_ijkl = '2.046e5 1.377e5 1.377e5 2.046e5 1.377e5 2.046e5 1.262e5 1.262e5 1.262e5'
    fill_method = symmetric9
    read_prop_user_object = prop_read
    temp = temp
    dC11_dT = 0.0004415
    dC12_dT = 0.0003275
    dC44_dT = 0.0004103
    residual_stiffness = 0.001
    temperature_read_user_object = temperature_read
    temperature_time_step = 95.0
    reference_temperature = '403.0'
    activate_elems = true
    block = '1'
  [../]
  [./strain]
    type = ComputeFiniteStrain
    displacements = 'disp_x disp_y disp_z'
    block = '1'
  [../]
  [./dummy_mat_inactive]
    type = GenericConstantMaterial
    prop_names = 'dummy_mat'
    prop_values = '0.0'
  	block = '2'
  [../]
[]

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.