Matrix material database

The matrix material database has no GUI, but you can easily delete or add items by adjusting the read_Mat_DB.m file in the database directory.  Copy paste an existing item and adjust the parameters. Don't forget the item=item+1 line!


Example:


item = item + 1;

Mat{item}.Name='myname';

Mat{item}.GradeCode='grade';

Mat{item}.SupplierCode='the factory';

Mat{item}.Family='PP';

Mat{item}.Model='CrossWLF';

Mat{item}.n=0.2556;

Mat{item}.tau=4.0164e+004;

Mat{item}.D1=8.6889e+013;

Mat{item}.D2=277.1720;

Mat{item}.D3=0;

Mat{item}.A1=32.6885;

Mat{item}.AT=51.6000;

Copyright © <2009>, <University of Twente>

Created with the Freeware Edition of HelpNDoc: Free CHM Help documentation generator