[Archive] SpisDefaultMaterials.java

Message by Göran Ödmark:
I’m looking to modify or add new materials to SPIS but, I can’t seem to find any explanation of what the 19 parameters stand for. Is there such a list somewhere explaning the numbers?
Thanks
Göran Ödmark

Message by Jean-Francois Roussel:
Look at the header of the class
spis.Surf.SurfInteract.NascapParamSet
You might have found it from the class spis.Top.Default.SpisDefaultMaterials
containing materials and the values of their 19 parameters, since the constructor of NascapParamSet is invoked there.
JFR