Cranium’s and Synapse's physical property estimation process consists of three major steps:
The Model Information Section contains two property fields:
This field contains a large data entry control displaying the technique’s applicability code. This code must accomplish two tasks:
If a technique does not have applicability code, it is still executed. It is simply appended to the end of the sorted techniques list.
Very often a technique's applicability code consider a chemical’s chemical family or a mixture’s individual components when generating an error of estimation. For example, a particular estimation technique may work very well except for associating chemicals like acids. The applicability code would search for the occurrence of a -COOH group within the current chemical. The standard error of estimation would be returned if the acid group was not found or a larger error if the acid group was present.
The accuracy/applicability code for several estimation techniques are shown here:
Cranium and Synapse do not interpret or convert the returned estimation error. The value could represent an error, absolute error, percent error, or some other measure of accuracy. Since errors and absolute errors may be dependent upon the units of measure, it is important that all techniques estimating a particular property are consistent so that selection can occur properly. To ensure this consistency, it is very important that technique implementers document their applicability models adequately. You should also read through applicability code comments or accompanying notes when copying a new estimation technique into your own knowledge bases.
The Estimation Model field contains a large data entry control displaying the technique’s estimation code. This code must accomplish two tasks:
Estimation models typically access a techniques parameters or group contributions, estimate additional properties, analyze molecular structures and perform various mathematical operations to generate an estimate. A good source of documentation for writing estimation technique models is to read through the estimation techniques contained in the knowledge bases we provide with Cranium and Synapse or those that are available on our website.
Both the Applicability Model and the Estimation Model are edited using the Code Edit dialog. This dialog is also used to enter design and selection functions. See documentation for the Code Edit Dialog for details.
Clicking the right mouse button within either field's edit control activates the field's commands menu. The menu's commands enable you to copy, cut and paste code to and from the control. See Common Menu Commands for documentation on the menu's commands.
In the documentation for the Text Export Dialog, a new model for the critical temperature was developed using the regression tools of Microsoft Excel.
Tc = 95.3 + 1.22 * Tb
The following steps detail how to create a new estimation technique based upon this new equation.
Topic | Description |
---|---|
Estimating Chemical Properties | a short video demonstrating how to estimate physical properties using either Synapse or Cranium. |
Estimating Mixture Properties | a short video demonstrating how to estimate physical properties using either Synapse or Cranium. |
Getting Started using Cranium | provides a quick tour of Cranium's capabilities including a discussion of structure editing. |
Techniques Chapter | the techniques chapter contains numerous sections for entering and displaying the code and parameter values needed to generate physical property estimates. |