PINN Forward Examples#

This section contains examples demonstrating how to solve forward problems using Physics-Informed Neural Networks (PINNs) with physical units. These examples showcase PINNx’s unique capability to handle dimensional analysis and physical units directly in the neural network training process.

What are Forward Problems?#

Forward problems involve solving partial differential equations (PDEs) where the governing equations, domain geometry, and boundary/initial conditions are fully known. The goal is to find the solution field (e.g., temperature, velocity, displacement) throughout the domain.

Physical Units in PINNx#

Unlike traditional PINN implementations, these examples use PINNx’s unit-aware framework, which:

  • Accepts inputs and outputs with explicit physical units (e.g., meters, seconds, Pascals)

  • Automatically handles dimensional analysis during training

  • Ensures physical consistency across all computations

  • Improves training stability and convergence

  • Makes results directly interpretable in real-world units