Model.maploadtomesh#
- Model.maploadtomesh(collection)#
Creates loads on an FE mesh that correspond to a load on the underlying geometry.
- Parameters:
collection (Collection) – The collection containing the entities. Valid entities are load collectors.
Example#
Create temperature loads on an FE mesh that corresponds to the given geometry load#import hm import hm.entities as ent model = hm.Model() model.maploadtomesh(collection=hm.Collection(model,ent.Loadcol,"name=m"))