Different loading types in coreform IGA

Are there other loading types available besides the uniform force snipped below (like pressure)?

image

Also, as an aside, is there an online manual for coreform iga?

Yes, pressure is is also supported. For example, the following will change the force to a pressure in your snippet.

load_condition_definitions:
{
  push_upper: {
  type: "uniform",
  pressure: {
    magnitude: 2000.0
  },
  set: "load_surface_top",
  function: "constant_1",
  quadrature: "QP1"
}

We are working on online documentation for coreform iga and it should be available sometime in mid December.

1 Like