{% extends "base.html" %} {% block title %}{{ domain.name }} — PhysCom{% endblock %} {% block content %}

Metrics

{% include "domains/_metrics_table.html" %}

Free Variables

Quantities pass 2's estimator searches to maximize this domain's composite score. Leave empty for domains where nothing needs sizing.

{% include "domains/_free_vars_table.html" %}

Metric Formulas

How each metric's raw value is computed from declared entity properties (via dep(key, constraint_type="provides")) and any free variable above. If this domain declares any formulas, pass 2 uses them instead of the built-in vehicle physics model.

{% include "domains/_formulas_table.html" %}
{% endblock %}