model.modelNode()
Deprecated alias for model.component() for accessing model component nodes..
This syntax is still used when you turn off the component syntax (clear the Use component syntax check box on the Methods page in the Preferences dialog box). Otherwise, the code that COMSOL Multiphysics creates uses model.component().create(<tag>) instead of model.modelNode().create(<tag>), and so on. See model.component().