Comsol Trial: Code ((link))
// This runs but cannot be saved to an MPH file in trial mode public double[] solveHeatEquation() model.component("comp1").physics("ht").feature("ht1").run(); return model.result().numerical("peval1").getReal();
| Feature | Trial | Full | |---------|-------|------| | Solve & compute | ✅ Yes | ✅ Yes | | Export data/plots | ✅ Yes | ✅ Yes | | Save model file | ❌ Disabled | ✅ Yes | | COMSOL Server deployment | ❌ No | ✅ Yes | | Export compiled app | ❌ No | ✅ Yes | comsol trial code
Example of a simple Java method in COMSOL’s Application Builder (runs in trial, but not saveable): // This runs but cannot be saved to