Skip to documentation content
On this page
  1. Reference contract
  2. Contract
  3. Signature
  4. Authoritative source

custom_physics

Create a scalar Weak Form PDE backed by Telion's v2 runtime. The backend currently executes linear scalar weak forms such as ``test(c)*(source-alpha*(c-offset))`` and the coefficient-form gradient expression. Unsupported or nonlinear weak syntax is rejected by the solver instead of being treated as a Python-only placeholder.

Reference contract

FieldValueDescription
symboltelion_api.Model.custom_physics
signature(label: 'str', dependent_variables: 'str' = 'u', weak: 'str' = 'test(u)*u', selection: 'str' = 'all', initial_value: 'str' = '0') -> 'Feature'
returnFeature

Create a scalar Weak Form PDE backed by Telion's v2 runtime. The backend currently executes linear scalar weak forms such as test(c)*(source-alpha*(c-offset)) and the coefficient-form gradient expression. Unsupported or nonlinear weak syntax is rejected by the solver instead of being treated as a Python-only placeholder.

Contract

PropertyValue
symboltelion_api.Model.custom_physics
signature(label: 'str', dependent_variables: 'str' = 'u', weak: 'str' = 'test(u)*u', selection: 'str' = 'all', initial_value: 'str' = '0') -> 'Feature'
returnFeature

Signature

telion_api.Model.custom_physics(label: 'str', dependent_variables: 'str' = 'u', weak: 'str' = 'test(u)*u', selection: 'str' = 'all', initial_value: 'str' = '0') -> 'Feature'

Authoritative source

Catalog
python:telion_api.__all__
Identity
telion_api.Model.custom_physics
Path
sdk/python/telion_api/model.py
Symbol
telion_api.Model.custom_physics