Home

Awesome

Project Status: Active – The project has reached a stable, usable state and is being actively developed. Build status Latest documentation

FinEtoolsHeatDiff: Linear heat diffusion analysis

FinEtools is a package for basic operations on finite element meshes. FinEtoolsHeatDiff is a package using FinEtools to solve linear heat conduction (diffusion) problems.

News

Past news

Examples

The examples have their own environment. Change the folder to examples. Then activate and instantiate the examples environment.

(FinEtoolsHeatDiff) pkg>

shell> cd examples
C:\Users\...\FinEtoolsHeatDiff.jl\examples

julia> using Pkg

julia> Pkg.activate("."); Pkg.instantiate()
  Activating project at `C:\Users\...\FinEtoolsHeatDiff.jl\examples`
   [Output suppressed...]

julia>

There are a number of examples, which may be executed as described in the conceptual guide to FinEtools. For instance

julia> include("steady_state/3-d/actuator_examples.jl"); Main.actuator_examples.allrun()  

<a name="past-news"></a>Past news