What are Key pset Solver Variables?
- pset variables are defined in *.hhx file
- Here is one example of pset variable
- pset <variable name> <variable value>
- e.g. pset ExtrusionType DirectExtrusion
Title | Variable | Notes | Default Values | |
---|---|---|---|---|
1 | Strain rate limits | pset MinStrainRate 0.0001 pset MaxStrainRate 1000 |
These variables controls limits for min and max strain rate computation | pset MinStrain Rate 0.0001 pset MaxstrainRate 1000 |
2 | Seam weld computation | pset WeldSurface Traicking on pset WeldChamberLocation 102.5 |
|
pset WeldSurface Traicking on pset WeldChamberLocation 0.0 |
3 | Free SUrface | pset calcFreeSurface yes | To compute profile deformation, you must set free surfaces computation to yes | pset CalcFreeSurface no |
4 | Approach -2: pset FreeSurfaceRelaxationParameter 0.25 Approach -2: pset FreeSurfaceRelax_X 0.25 pset FreeSurfaceRelax_Y 0.25 pset FreeSurfaceRelax_Z 0.25 |
Approach -1 If you want to control deformation in non extrusion direction uniformly. Command to specify free surface relaxation factor. Default = 0.24. This command will set factor for all non extrusion direction. Approach -2 If you ant to control deformation in
non extrusion direction more precisely then use following
command. Command to specify free surface relaxation factor
for each axis, default = 0.25. Note: Relaxation factor for
extrusion direction will be ignored. e.g. If extrusion
direction is Z and you specify FreeSurfaceRelax_Z value
in HX, then its value will be ignored in solver. Only
non extrusion direction factor will be
considered. |