Assigning different material properties to a fiber-matrix composite

79 views
Skip to first unread message

goli....@gmail.com

unread,
Aug 28, 2016, 12:26:36 PM8/28/16
to moose-users
Dear all,

I am trying to use moose to capture a coupled thermo-chemical phenomenon in a fiber-matrix composite. I have used Abaqus to generate a mesh which has 1 single parts and 2 sets of regions (one for fiber and another one for matrix). In the moose input file, I need to assign to different material properties to the two defined sets (fiber and matrix). I am using this commands:
 


[Materials]
  [./DCPD]
    type = GenericConstantMaterial
   # block = ''
    prop_names = 'specific_heat density Hr TConductivity'
    prop_values = '1.0 1.0 1.000 2.2559e-8' # polymer attributes
  [../]
  
  [./PDMS]
    type = GenericConstantMaterial
   block = ''
   prop_names = 'specific_heat density Hr TConductivity'
    prop_values = '1 .8029 0 3.3117e-8' # PDMS attributes
  [../]


But I have no idea what should I put for the "blocks". In the mesh input file (extracted from Abaqus) I have labeled those two sets as : _PickedSet3 and _PickedSet4. But, "block" does not recognize these sets via these labels. To assign initial conditions, I used following commands (using "boundary" command )and it could recognize the set of nodes and elements for fiber and worked perfect:. Is there any way to use 'boundary' instead of 'block' to assign material properties?!

[BCs]
  active = 'templeft'

  [./templeft]
    type = DirichletBC
    #type = NeumannBC
    variable = Temperature
    boundary = '_PickedSet3'
    value = '0.85'
    
  [../]
        
[]



Thanks in advance for your great help.


Best,
Elyas

Andrew....@csiro.au

unread,
Aug 28, 2016, 7:08:00 PM8/28/16
to moose...@googlegroups.com

Load the mesh file into paraview and see what block number your _PickedSet3 is.   You can use the RenameBlock MeshModifier to rename things if you want.

 

a

 

 

Ph: +61 7 3327 4497.  Fax: +61 7 3327 4666
Queensland Centre for Advanced Technologies
PO Box 883, Kenmore, Qld, 4069 
 

--
You received this message because you are subscribed to the Google Groups "moose-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to moose-users...@googlegroups.com.
Visit this group at https://groups.google.com/group/moose-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/moose-users/352b5863-a12d-4027-83f2-ad1e0665b059%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply all
Reply to author
Forward
0 new messages