Difference between revisions of "Diffusion Calculations"

From OSUPDOCS
Jump to navigation Jump to search
Line 3: Line 3:
== Activating Diffusion ==
== Activating Diffusion ==


Activates diffusion calculations. Without this element in the MPM Header, no diffusion calculations will be done. When diffusion is activated, you can set material diffusion and solvent expansion constants, initial particle concentrations, and impose concentration or flux boundary conditions. All calculations are done in terms of a concentration potential from 0 to 1 where 1 is the saturation concentration of a material type. When concentration and concentration gradients are archived, however, they are converted to actual concentration in weight fraction using the material's saturation concentration setting. The reference attrbute is used to set a reference concentration potential (between 0 and 1) that corresponds to zero strain. (Default values: diffusion off and reference = 0)  
In scripted files, diffusion is activated with the command
 
Diffusion (YesOrNo),<(refConc)>
 
In <tt>XML</tt> input files, diffusion is activated with the <tt>Diffusion</tt> command, which must be within the <tt><MPMHeader></tt>:
 
<Diffusion reference = '(refConc)'>
 
where
 
<tt>(YesOrNo)</tt> must be "Yes" or "No" to activate or not activate diffusion calculations. In <tt>XML</tt> input files, the presence of a <tt><Diffusion></tt> command activates diffusion.
 
All diffusion calculations are done in terms of a concentration potential from 0 to 1 where 1 is the saturation concentration of a material type. The <tt>(refConc)</tt> setting is used to set a reference concentration potential (between 0 and 1) that corresponds to zero strain. (Default values: diffusion off and reference = 0)  
 
When concentration and concentration gradients are archived, however, they are converted to actual concentration in weight fraction using the material's saturation concentration setting.


Concencentration changes are coupled to stress and strains through concentration expansion coefficients defined for the materials. By default, all moisture expansion coefficients are zero which decouples diffusion and strains. By entering non-zero values, the coupling will occur. Note that setting initial particle concentrations different than the reference concentration will cause strains to immediately evolve toward the changed state. The net effect will be an instantaneous "impact" of concentration change that might cause undesirable dynamic effects.
Concencentration changes are coupled to stress and strains through concentration expansion coefficients defined for the materials. By default, all moisture expansion coefficients are zero which decouples diffusion and strains. By entering non-zero values, the coupling will occur. Note that setting initial particle concentrations different than the reference concentration will cause strains to immediately evolve toward the changed state. The net effect will be an instantaneous "impact" of concentration change that might cause undesirable dynamic effects.
When diffusion is activated, you can set material diffusion and solvent expansion constants, initial particle concentrations, and impose concentration or flux boundary conditions.

Revision as of 10:53, 4 November 2013

NairnMPM can do diffusion calculations coupled with stresses and strains through concentration expansion.

Activating Diffusion

In scripted files, diffusion is activated with the command

Diffusion (YesOrNo),<(refConc)>

In XML input files, diffusion is activated with the Diffusion command, which must be within the <MPMHeader>:

<Diffusion reference = '(refConc)'>

where

(YesOrNo) must be "Yes" or "No" to activate or not activate diffusion calculations. In XML input files, the presence of a <Diffusion> command activates diffusion.

All diffusion calculations are done in terms of a concentration potential from 0 to 1 where 1 is the saturation concentration of a material type. The (refConc) setting is used to set a reference concentration potential (between 0 and 1) that corresponds to zero strain. (Default values: diffusion off and reference = 0)

When concentration and concentration gradients are archived, however, they are converted to actual concentration in weight fraction using the material's saturation concentration setting.

Concencentration changes are coupled to stress and strains through concentration expansion coefficients defined for the materials. By default, all moisture expansion coefficients are zero which decouples diffusion and strains. By entering non-zero values, the coupling will occur. Note that setting initial particle concentrations different than the reference concentration will cause strains to immediately evolve toward the changed state. The net effect will be an instantaneous "impact" of concentration change that might cause undesirable dynamic effects.

When diffusion is activated, you can set material diffusion and solvent expansion constants, initial particle concentrations, and impose concentration or flux boundary conditions.