Ignore:
Timestamp:
09/06/11 11:11:00 (14 years ago)
Author:
Mathieu Morlighem
Message:

Added friction object

File:
1 edited

Legend:

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

    r9541 r9610  
    77%control parameters
    88md.control_analysis=1;
    9 md.control_type={'DragCoefficient'};
     9md.control_type={'FrictionCoefficient'};
    1010md.cm_min=1*ones(md.numberofnodes,1);
    1111md.cm_max=200*ones(md.numberofnodes,1);
     
    2323
    2424%Fields and tolerances to track changes
    25 field_names     ={'Gradient' 'Misfits' 'DragCoefficient' 'Pressure' 'Vel' 'Vx' 'Vy' 'Vz' 'Temperature' 'BasalMeltingRate'};
     25field_names     ={'Gradient' 'Misfits' 'FrictionCoefficient' 'Pressure' 'Vel' 'Vx' 'Vy' 'Vz' 'Temperature' 'BasalMeltingRate'};
    2626field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-9,1e-13,1e-6};
    2727field_values={...
    2828        PatchToVec(md.results.SteadystateSolution.Gradient1),...
    2929        md.results.SteadystateSolution.J,...
    30         PatchToVec(md.results.SteadystateSolution.DragCoefficient),...
     30        PatchToVec(md.results.SteadystateSolution.FrictionCoefficient),...
    3131        PatchToVec(md.results.SteadystateSolution.Pressure),...
    3232        PatchToVec(md.results.SteadystateSolution.Vel),...
Note: See TracChangeset for help on using the changeset viewer.