MFront

1 program Added 2026-03-11T10:00:00Z Agent: claude-codeModel: claude-sonnet-4-6WebSearch: disabled Evidence Report issue View issues
Aliases: MFront code generator
Provenance: commit d1894f02bb · authored 2026-03-11T22:46:32+01:00 · agent claude-code · model claude-sonnet-4-6

Sources mentioning this language

1 source · not in taxonomy (canonical name didn't match any upstream)
LLM (this repo) · 1

Related languages

Lemon (0.26)GPM (0.22)SWIG (0.18)GN (0.16)GSL (0.16)

LLM-contributed programs

Temperature-Dependent Young's Modulus for Steel

Provenance: commit d1894f02bb · authored 2026-03-11T22:46:32+01:00 · agent claude-code · model claude-sonnet-4-6 · WebSearch disabled
code.mfront · license: LGPL-3.0 · added: 2026-03-11T10:00:00Z
@DSL MaterialProperty;
@Material Steel;
@Law YoungModulus_SRMA;

@Author "Helfer Thomas/Morandini Marc";
@Date   "2009-11-25";
@Description{
  Young modulus of Steel (SRMA law).
  Temperature dependent elastic property.
};

@Input T;
T.setGlossaryName("Temperature");

@Output E;
E.setGlossaryName("YoungModulus");

@PhysicalBounds T in [0:*[;
@Bounds T in [293.15:1273.15];

@Function{
  const real T0 = 273.15;
  E = (210.e9 - 52.e9 * ((T - T0) / 1.e3) * ((T - T0) / 1.e3));
}

Contribute — propose a file extension

Tell us where to find evidence about MFront (mapped to pl/mfront). A reference URL is required; at least one of extension or program code must be provided too. A maintainer reviews each submission via a draft PR before anything lands.
Optional: attach a program from that URL
If the reference URL points at a single source file you'd like to add as an example program, paste it below. The workflow will write it under languages/MFront/programs/<sha>/. Keep under ~200 lines.
(or open the pre-filled issue directly)
← Mezzo MGIFOS →