Hi,
Where can I find the ID of a physics feature? I for example want to make a prescribed displacement in Comsol. Usually it works to just make 'Terminal' of a terminal, but I tried 'PrescribedDisplacement' but it doesn't work, so I guess it is called differently. If I try for example a 'BodyLoad' it does work.
model.physics('mech').create('fixedCond','PrescribedDisplacement',2);
gives:
Unknown feature ID: PrescribedDisplacement
I looked in the comsol programming reference, the introduction to livelink and the livelink for matlab reference guid, but wasn't able to find anything. I also looked with the MPHnavigator in the physics object, but this wasn't usefull either.
Does anybody know where to find this?
Where can I find the ID of a physics feature? I for example want to make a prescribed displacement in Comsol. Usually it works to just make 'Terminal' of a terminal, but I tried 'PrescribedDisplacement' but it doesn't work, so I guess it is called differently. If I try for example a 'BodyLoad' it does work.
model.physics('mech').create('fixedCond','PrescribedDisplacement',2);
gives:
Unknown feature ID: PrescribedDisplacement
I looked in the comsol programming reference, the introduction to livelink and the livelink for matlab reference guid, but wasn't able to find anything. I also looked with the MPHnavigator in the physics object, but this wasn't usefull either.
Does anybody know where to find this?