Efradeca commited on
Commit
23edd48
·
verified ·
1 Parent(s): 237a3b2

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +10 -3
README.md CHANGED
@@ -97,9 +97,16 @@ stress = predict_stress(model, coords, normalizer, info) # (N,) von Mises stre
97
 
98
  ### Training Data
99
 
100
- Geo-FNO Elasticity (Li et al., 2022): FEM simulations of a hyper-elastic unit cell with a random
101
- central void (radius 0.2–0.4), 972 nodes per sample, per-node von Mises stress. Split: 1000 train /
102
- 200 test (first-1000 / last-200 of 2000, following the upstream Transolver protocol).
 
 
 
 
 
 
 
103
 
104
  ### Training Procedure
105
 
 
97
 
98
  ### Training Data
99
 
100
+ Geo-FNO Elasticity (Li et al., 2022, arXiv:2207.05209): FEM simulations of an incompressible
101
+ hyper-elastic (Rivlin–Saunders, `C₁=1.86e5`, `C₂=9.79e3`) `[0,1]²` unit cell with a random central
102
+ void (radius 0.2–0.4), 972 nodes per sample; target = per-node von Mises stress. Split: 1000 train /
103
+ 200 test (first-1000 / last-200 of 2000, upstream Transolver protocol).
104
+
105
+ **Fixed boundary conditions (identical for every sample):** the bottom edge is **clamped**
106
+ (zero displacement) and a uniform **tensile traction `t = [0, 100]` is applied on the top edge** (`+y`);
107
+ left/right edges are free. **Units are non-dimensional benchmark units (not MPa).** The model's only
108
+ input is the 972 node coordinates — the loads/supports are *not* inputs (they are constant across the
109
+ dataset; only the void geometry varies).
110
 
111
  ### Training Procedure
112