Hi,
I am looking for an example regarding sorption with script so I modfy and run through linux. I tried to use the code from the sorption box but it is not complete so I can call it and run it. Here is what I got which does not have the original document and also all the parameters so set up.
my \\\$sorptionAdsorptionIsotherm = Modules->Sorption->AdsorptionIsotherm;
my \\\$component1 = \\\$Documents{"H2.xsd"};
\\\$sorptionAdsorptionIsotherm->AddComponent(\\\$component1);
\\\$sorptionAdsorptionIsotherm->FugacityStart(\\\$component1) = 100;
\\\$sorptionAdsorptionIsotherm->FugacityEnd(\\\$component1) = 1000;
my \\\$results = \\\$sorptionAdsorptionIsotherm->Run(\\\$doc, Settings(
CurrentForcefield => "COMPASS",
GridQuality => "Fine",
UseFugacityLogScale => "Yes",
BoxOrientation => "A"));
Any help or example for scriot for sorrption would be appreciated.
