|
•
|
The default Force name in the Force Calculation feature has been changed from “0” to “1”, since this behavior better synchronizes with labels, tags, and other default feature properties. In addition to this — specifically for the Force Calculation feature in the Magnetic Fields, No Currents interface — the default force calculation method is now the Virtual gap method. This means that this version of the Force Calculation feature is, strictly speaking, not compatible with previous versions of COMSOL®, considering the support of model methods, Java code, and stored MATLAB® scripts. This is because these scripts typically do not mention default settings explicitly. To patch up previously recorded code, in most cases it suffices to add instructions to set these values back to their old default:
|
|
•
|
The switch to the new Require compatible meshes default setting for the Elementwise mapping in the Periodic Condition for the Magnetic Fields interface, the Magnetic and Electric Fields interface and the Magnetic Field Formulation interface means that this version of the Periodic Condition is, strictly speaking, not compatible with previous versions of COMSOL®, considering the support of model methods, Java code, and stored MATLAB® scripts. This is because these scripts typically do not mention the default setting explicitly. To patch up old recordings, in most cases it suffices to add an instruction setting the mapping back to the old default:
|
|
•
|
The switch from the old Current Conservation feature to the new default Current Conservation in Solids feature in the Electric Currents interface means that this version of the Electric Currents interface is, strictly speaking, not compatible with previous versions of COMSOL®, considering the support of model methods, Java code, and stored MATLAB® scripts. This is because these scripts typically do not mention the creation of the default feature explicitly. To patch up previously recorded code, in most cases it suffices to add a feature-create instruction right after introducing the Electric Currents interface (although migrating to "CurrentConservationSolid" or "CurrentConservationFluid" is recommended):
|