A new developer/preview PrePoMax version v2.3.5 has been released

The new version of PrePoMax contains the following FEM features:

  • added support for creating distribution from equation
  • added support for creating distribution from file
  • added support for distributed initial temperature
  • added support for distributed temperature boundary condition
  • added support to preview temperature boundary condition
  • added support for distributed pressure
  • added support for distributed surface traction
  • added support for a distributed defined temperature field
  • bug fixes

Download: Downloads – PrePoMax

The alternative download page will not be updated anymore since it seems the home page is accessible again.

5 Likes

The distribution from file expects an ASCII (text) file that contains the data in the following format for scalar distributions:

#X Y Z V1
0 0 0 1
10 0 0 2
10 10 0 3
0 10 0 4

The # denotes a comment line - a line that is skipped by the data reader
X, Y and Z are spatial coordinates of the point
V1 is the value of the distribution

For a vector distribution three values V1, V2 and V3 are expected. Vector distribution can be ised to specify the distribution of the Surface traction load in all three directions. The unit for the distributed surface traction is force/area.

2 Likes

The Uniform pressure load now has the ability to use distribution, so it was renamed to Pressure load. With this, I feel like the imported pressure load is not necessary anymore. It is used to import the pressure from the OpenFoam only. If it is not hard to export the pressure from the OpenFoam in the format required to define the distributions, I would like to remove this load. Any opinions?

Is there a need to add support for distribution to any other existing loads?

couple exmples regarding this topic is needed :slightly_smiling_face:

1 Like

Example: NAFEMS LE11 Solid cylinder taper sphere

2 Likes

this feature is also for moment load ?

No, this is not possible for moment loads or point loads.

1 Like

When selecting “Distribution > From File”, it’s possible to shift the coordinates using “Translations”.

A similar approach might also be useful for “Distribution > From Equation”. I’m thinking of cases shown below, where a triangular distributed load, defined by f(x)=mx+b, doesn’t start or end at the origin. Perhaps this could also be achieved by selecting a previously defined local coordinate system.

Thanks

Hm, usually it is pretty easy to translate equation-defined fields directly by modifying the equations. In the case you are showing the If function will help.

where can I find list of functions which can I use in equation/distribution feature ?

Currently, you can go to an equation field and press CTRL+SPACE to see all possible parameters and functions.

Thanks for reply
best regards

Sorry i don’t understand. But i have found the solution by simple subtracting the offset from the coordinates… :upside_down_face:

1 Like

Thanks to add these features. I didn’t see “heaviside function”. I used equation to apply parabolic pressure distribution to a lug hole


3 Likes

Hi Matej

Can I load an .inp file that contains *DLOAD into PrePoMax to assign element face surface load?

Is that supported in the current release or is there any plan to add it?

Thank you,

Adrian