Ignore:
Timestamp:
09/06/11 16:36:00 (14 years ago)
Author:
seroussi
Message:

implemented thermal

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/test/NightlyRun/test532.m

    r9628 r9632  
    44md=extrude(md,3,1);
    55md=setelementstype(md,'pattyn','all');
    6 md.artificial_diffusivity=2;
     6md.thermal.stabilization=2;
    77md.cluster=generic('name',oshostname(),'np',3);
    88md.timestepping.time_step=0;
    9 md.min_thermal_constraints=40;
     9md.thermal.penalty_threshold=40;
    1010md=solve(md,ThermalSolutionEnum);
    1111
Note: See TracChangeset for help on using the changeset viewer.