FreeCAD Logo FreeCAD 1.0
  • English Afrikaans Arabic Belarusian Catalan Czech German Greek Spanish Spanish Basque Finnish Filipino French Galician Croatian Hungarian Indonesian Italian Japanese Kabyle Korean Lithuanian Dutch Norwegian Bokmal Polish Portuguese Portuguese Romanian Russian Slovak Slovenian Serbian Swedish Turkish Ukrainian Valencian Vietnamese Chinese Chinese
  • Features
  • Download
  • Blog
  • Documentation
    Documentation index Getting started Users documentation The FreeCAD manual Workbenches documentation Python coding documentation C++ coding documentation Tutorials Frequently asked questions Privacy policy About FreeCAD
  • Contribute
    How to help Sponsor Report a bug Make a pull request Jobs and funding Contribution guidelines Developers handbook Translations
  • Community
    Code of conduct Forum The FPA GitHub GitLab Codeberg Mastodon Matrix IRC IRC via Webchat Gitter Discord Reddit Twitter Facebook LinkedIn Calendar
  • ♥ Donate

Donate

$
SEPA Information
Please set up your SEPA bank transfer to:
Beneficiary: The FreeCAD project association
IBAN: BE04 0019 2896 4531
BIC/SWIFT: GEBABEBBXXX
Bank agency: BNP Paribas Fortis
Address: Rue de la Station 64, 1360 Perwez, Belgium

While Stripe doesn't support monthly donations, you can still become a sponsor! Simply make a one-time donation equivalent to 12 months of support, and you'll gain access to the corresponding sponsoring tier. It's an easy and flexible way to contribute.

If you are not sure or not able to commit to a regular donation, but still want to help the project, you can do a one-time donation, of any amount.

Choose freely the amount you wish to donate one time only.

You can support FreeCAD by sponsoring it as an individual or organization through various platforms. Sponsorship provides a steady income for developers, allowing the FPA to plan ahead and enabling greater investment in FreeCAD. To encourage sponsorship, we offer different tiers, and unless you choose to remain anonymous, your name or company logo will be featured on our website accordingly.

from 1 USD / 1 EUR per month. You will not have your name displayed here, but you will have helped the project a lot anyway. Together, normal sponsors maintain the project on its feet as much as the bigger sponsors.

from 25 USD / 25 EUR per month. Your name or company name is displayed on this page.

from 100 USD / 100 EUR per month. Your name or company name is displayed on this page, with a link to your website, and a one-line description text.

from 200 USD / 200 EUR per month. Your name or company name and logo displayed on this page, with a link to your website and a custom description text. Companies that have helped FreeCAD early on also appear under Gold sponsors.

Instead of donating each month, you might find it more comfortable to make a one-time donation that, when divided by twelve, would give you right to enter a sponsoring tier. Don't hesitate to do so!

Choose freely the amount you wish to donate each month.

Please inform your forum name or twitter handle as a notein your transfer, or reach to us, so we can give you proper credits!

Region Clip Filter
Glyph Filter
FEM

FEM PostFilterContours

Menu location
Results → Contours Filter
Workbenches
FEM
Default shortcut
None
Introduced in version
0.21
See also
FEM Result pipeline, FEM Filter functions, FEM tutorial

Description

Creates iso-contours and iso-lines in the results mesh.

Iso-contours, depicting the y-component of the absolute magnetic
flux density in and around a copper wire that is flown through by
an electric current at a frequency of 100 kHz.
For more info about this model, see section 14 of the Elmer Tutorials.

Usage

  1. Select a previously created result pipeline.
  2. There are several ways to invoke the command:
    • Press the Contours Filter button.
    • Select the Results → Contours Filter option from the menu.
  3. Adjust the Result display options like for the result pipeline. You might need to hide the pipeline to see the effect of the filter in the preview.
  4. In the dialog that appears set the result field and the number of contours.
  5. Click the OK button to finish the command.

Options

The dialog offers the following settings:

  • Field: The results field to be drawn.
  • Vector: If the Field is a vector, the vector components.
  • Number of contours: The number of contours to be created. Note: depending on the geometry the created number of contours can be higher than specified. This is caused by the creation algorithm. However, for 2D and simple 3D geometries, the number should be correct.
  • Smoothing: If checked, Laplacian smoothing filter is applied to the Contours filter to make the isosurfaces less coarse. introduced in 1.1
  • Relaxation Factor: Controls the level of smoothing via amount of vertex displacement (if smoothing is enabled). introduced in 1.1
  • No color: Don't apply a color to the contours.

Note: A Field can only be set if a filter function exists and has been applied with Apply Changes. Alternatively you can reopen the filter dialog.

File Size Information

Setting a Contours filter can increase the file size significantly. The reason is that the algorithm needs to copy the Post result pipeline. A single contour does not need the whole mesh and the algorithm only requires half the pipeline storage size to create a contour. But this will be the size increase for every contour. Take for example the case where the pipeline storage size is 1 MB, adding a Contours filter with 10 contours will then lead to a 5 MB larger file size.

The storage size of the pipeline depends on the used mesh. The finer the mesh, the larger the pipeline size. Therefore be careful if you have large meshes and a large number of contours.

If you use contours only on a part of the mesh, for example when you have a clip filter, then create the Contours filter on the filter and not on the pipeline. If you do need the whole pipeline, start with a few contours and then step by step go up until the file size is still acceptable while the visualization is as you like it.


Region Clip Filter
Glyph Filter
FEM

This page is retrieved from https://wiki.freecad.org/FEM_PostFilterContours

Get in touch!
Forum GitHub Mastodon Matrix IRC Gitter.im Discord Reddit Twitter Facebook LinkedIn

© The FreeCAD Team. Homepage image credits (top to bottom): ppemawm, r-frank, epileftric, regis, rider_mortagnais, bejant.

This project is supported by: , KiCad Services Corp. and other sponsors

GitHubImprove this page on GitHub