FEM: EquazioneFlux

From FreeCAD Documentation
(Redirected from FEM EquationFluxsolver/it)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
This page is a translated version of the page FEM EquationFlux and the translation is 19% complete.
Outdated translations are marked like this.

Equazione fluxsolver

Posizione nel menu
Solve → Equazione fluxsolver
Ambiente
FEM
Avvio veloce
Nessuno
Introdotto nella versione
-
Vedere anche
Tutorial FEM

Da fare

For info about the math of the equation, see the Elmer models manual, section Flux Computation.

Usage

  1. After adding an Elmer solver as described here, select it in the tree view.
  2. Either use the toolbar button or the menu Solve → Flux equation.
  3. Now either add a heat equation (toolbar button or menu Solve → Heat equation) or an electrostatic equation (toolbar button or menu Solve → Electrostatic equation). This is important because the flux equation needs the boundary conditions set for these equations.
  4. When using the electrostatic equation, change the property DatiFlux Coefficient to None. and the property DatiFlux Variable to Potential.
  5. Change the equation's solver settings or the general solver settings if necessary.

Solver Settings

For the general solver settings, see the Elmer solver settings.

The flux equation provides these special settings:

  • DatiAverage Within Materials: If true, continuity is enforced within the same material in the discontinuous Galerkin discretization using the penalty terms of the discontinuous Galerkin formulation.
  • DatiCalculate Flux: Calculates the flux vector.
  • DatiCalculate Flux Abs: Calculates the absolute of the flux vector. Requires that DatiCalculate Flux is true.
  • DatiCalculate Flux Magnitude: Computes the magnitude of the vector field. Requires that DatiCalculate Flux is true.
    Basically it is the same as DatiCalculate Flux Abs but this requires less memory because it solves the matrix equation only once. The downside is that negative values may be introduced.
  • DatiCalculate Grad: Calculates the gradient of the flux.
  • DatiCalculate Grad Abs: Calculates the absolute flux gradient. Requires that DatiCalculate Grad is true.
  • DatiCalculate Grad Magnitude: Computes the magnitude of the vector field. Requires that DatiCalculate Grad is true.
    Basically it is the same as DatiCalculate Grad Abs but this requires less memory because it solves the matrix equation only once. The downside is that negative values may be introduced.
  • DatiDiscontinuous Galerkin: For discontinuous fields the standard Galerkin approximation enforces continuity which may be unphysical. As a remedy for this, set this property to true. Then the result may be discontinuous and may even be visualized as such.
  • DatiEnforce Positive Magnitude: If true, the negative values of the computed magnitude fields are set to zero.
  • DatiFlux Coefficient: Name of the proportionality coefficient to compute the flux.
  • DatiFlux Variable: Name of the potential variable used to compute the gradient.

Analysis Feature Information

The flux equation does not have its own boundary conditions. It takes the boundary conditions from the Heat equation or the Electrostatic equation.

Results

The available results depend on the solver settings. If none of the DatiCalculate * settings was set to true, nothing is calculated. Otherwise the corresponding results will also be available.

The resulting flux is either the heat flux in (misleadingly named "temperature flux") or the potential flux in ().