# Example: Hybrid Energy Textile

This is a cleaned public example. It is not a raw transcript and it is not a
laboratory result.

## Prompt Shape

The operator explores a portable energy concept and narrows it toward:

- flexible solar collection;
- body heat recovery;
- local capacitive storage.

## Concept

Hybrid energy textile:

- photovoltaic layer for ambient light;
- thermoelectric layer using a body/environment temperature gradient;
- micro-capacitive storage for short local use;
- output regulation for small devices or sensors.

## Bounded Estimate

One possible first-order model:

```text
P_pv = eta_pv * irradiance * area
V_te = n_junctions * seebeck_coefficient * delta_t
P_te = V_te^2 / (4 * internal_resistance)
P_out = (P_pv + P_te) * eta_conversion * eta_storage
E_cap = 0.5 * C * V^2
t_charge = E_cap / P_out
```

## Example Parameters

```text
area = 0.03 m^2
irradiance = 500 W/m^2
eta_pv = 0.12
delta_t = 10 K
n_junctions = 200
seebeck_coefficient = 200 uV/K
internal_resistance = 8 ohm
eta_conversion = 0.85
eta_storage = 0.85
capacitance = 10 F
cap_voltage = 5 V
```

## Interpretation

This produces an order-of-magnitude estimate, not a product specification. The
value is useful because it turns an intuitive idea into a checkable packet:
surface, light level, temperature gradient, losses, storage and charge time.

## Limit

The model omits many real constraints: textile durability, thermal contact,
humidity, wiring, comfort, conversion electronics, capacitor leakage and safety.

