Dennis Román | Project Portfolio

Aeroelastic Surrogate (Non-CFD Focus)

Aeroelastic Surrogate / Beam-Based Delta-Map Tool

MATLAB-based beam surrogate and delta-map pipeline for rapid stiffness-scaling studies, organized around reusable data outputs rather than image-driven presentation.

MATLABBeam FE ModelingData CalibrationCSV/Pipeline Outputs

Project format (data-first)

This project is intentionally organized as a data package + pipeline view rather than a slide/image narrative. The focus is the surrogate workflow architecture and the reproducible artifacts coming from the Tailoring folder.

Pipeline map (MATLAB)

  • fullpipelinev1.m orchestrates load -> calibrate -> delta-map -> artifact export.
  • calibrate_surrogate.m computes closed-form EI/GJ from influence integrals.
  • run_beam.m evaluates tip deflection/twist for scaled stiffness values.
  • delta_map.m builds comparison tables and plotting artifacts.
  • Supporting loaders: load_yqz.m, load_tip_targets.m.

Data inventory

ArtifactSourcePurpose
delta_map_table.csvdemoexport/Surrogate outputs at selected stiffness scales
delta_map_deflection_truth_crm.csvTruth/Truth deflection targets for comparison
delta_map_twist_truth_crm.csvTruth/Truth twist targets for comparison
demo_tip_targets.csvdatademo/Tip targets used in calibration workflow
demo_y_qz.csvdatademo/Spanwise load descriptors used by beam solve

All files above are mirrored into public/project-media/aeroelastic-surrogate/ for project-page traceability.

Viewable outputs

Deflection vs stiffness scale

Deflection vs scale

Deflection percent error

Deflection error bars

Twist truth targets

Twist truth vs scale

Extracted table snapshot

ScaleSurrogate w_tip [m]Truth w_tip [m]Deflection error [%]
0.973710.3914490.3912870.041
0.974660.3910680.3909060.041
1.000000.3811580.3810000.041
1.002000.3803970.3802380.042

Why this sits in Other Projects

  • This entry is primarily a surrogate modeling and data-engineering workflow project.
  • While the context includes CFD/FSI truth data, the work showcased here emphasizes:
    • calibration logic
    • reduced-order modeling structure
    • reproducible data outputs
    • pipeline organization

Validation

  • Deflection consistency checked against truth CSV targets

    pass

  • Twist surrogate integration in final delta-map report

    planned

    Current exported table from this dataset has twist surrogate values pending integration.

Reproducibility

  • Tailoring folder mirrored into project media

    Key CSV artifacts copied into /public/project-media/aeroelastic-surrogate/ for page-level traceability.

  • Scripted visual generation

    Deflection and error plots generated directly from CSV tables.

  • Pipeline file map retained

    Main MATLAB scripts documented as a runnable sequence instead of one-off notebooks.