source: issm/trunk/src/m/classes/oldclasses/materials.m@ 13395

Last change on this file since 13395 was 13395, checked in by Mathieu Morlighem, 12 years ago

merged trunk-jpl and trunk for revision 13393

File size: 565 bytes
Line 
1%OLD materials class definition
2
3classdef materials
4 properties (SetAccess=public)
5 rho_ice = 0.;
6 rho_water = 0.;
7 rho_freshwater = 0.;
8 mu_water = 0.;
9 heatcapacity = 0.;
10 latentheat = 0.;
11 thermalconductivity = 0.;
12 meltingpoint = 0.;
13 beta = 0.;
14 mixed_layer_capacity = 0.;
15 thermal_exchange_velocity = 0.;
16 rheology_B = NaN;
17 rheology_n = NaN;
18 rheology_Z = NaN;
19 rheology_law = '';
20 end
21end
Note: See TracBrowser for help on using the repository browser.