Modelica

1 program Added 2025-10-30T07:14:46Z Model: google/gemini-2.5-proTemp: 0.4 Evidence Report issue View issues
Aliases: —
Provenance: commit 284e3d0124 · authored 2025-10-30T08:14:46+01:00 · model google/gemini-2.5-pro

Sources mentioning this language

7 sources · pl_id: pl/modelica
LLM (this repo) · 1PldbLinguistPygmentsWikipediaHyperpolyglotWikidata · Q385325

Wikipedia infobox

Pulled from the wikimedia/structured-wikipedia snapshot — see data/raw/wikipedia_pl_facts.*.jsonl and pl_fact.csv for the long-table provenance.

Paradigmsdeclarative language
Designed byModelica Association Project (MAP)
First appeared1997
LicenseCC-BY-SA
Homepagehttps://www.modelica.org/

Extensions claimed by this language

3 claims. Each row is one upstream assertion with its strength. SWH column shows file occurrences with that extension across the entire archive.
ExtensionSourceStrengthSWH
.molinguistprimary3.3M files
.mopygmentsprimary3.3M files
.mowikipediaproposed3.3M files

Related languages

Modula (0.29)Model 204 (0.26)Modus (0.21)Morfa (0.21)Logica (0.20)

LLM-contributed programs

Simple RC Circuit

Provenance: commit 284e3d0124 · authored 2025-10-30T08:14:46+01:00 · model google/gemini-2.5-pro · Temp 0.4
code.mo · license: CC-BY-SA-4.0 · added: 2025-10-30T07:14:46Z
model RCCircuit "A simple RC circuit"
  // The model parameters
  parameter Modelica.SIunits.Capacitance C = 1e-3 "Capacitance";
  parameter Modelica.SIunits.Resistance R = 1 "Resistance";
  parameter Modelica.SIunits.Voltage V = 10 "Voltage of step";

  // The model components
  Modelica.Electrical.Analog.Basic.Ground ground;
  Modelica.Electrical.Analog.Basic.Resistor resistor(R=R);
  Modelica.Electrical.Analog.Basic.Capacitor capacitor(C=C);
  Modelica.Electrical.Analog.Sources.StepVoltage stepVoltage(V=V);

equation
  connect(stepVoltage.p, resistor.p);
  connect(resistor.n, capacitor.p);
  connect(capacitor.n, ground.p);
  connect(ground.p, stepVoltage.n);
end RCCircuit;

Real programs from Software Heritage

No SWH evidence indexed yet for this language. (Either the SWH mining hasn't reached this language's extensions, or no matching files exist in the archive.)

Contribute — propose a file extension

Tell us where to find evidence about Modelica (mapped to pl/modelica). 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/Modelica/programs/<sha>/. Keep under ~200 lines.
(or open the pre-filled issue directly)
← model-k Moditape →