Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • toolbox toolbox
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 12
    • Issues 12
    • List
    • Boards
    • Service Desk
    • Milestones
    • Requirements
  • Merge requests 4
    • Merge requests 4
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Institute of Technical Acoustics (ITA)
  • toolboxtoolbox
  • Merge requests
  • !10

COMSOL interface & combined wave/GA simulation

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Philipp Schäfer requested to merge combined_wave_and_ga_simulation into master Apr 17, 2019
  • Overview 0
  • Commits 127
  • Changes 49

Changes

  • Introducing classes that represent input data for sound field simulations
    • itaSource
    • itaReceiver
    • itaMaterial
  • Introducing Comsol interface
    • has a set of classes to represent a Comsol model tree
    • allows to apply changes to a Comsol model that are specific for acoustic simulations
    • works with input data classes mentioned above
    • Also allows to
      • start simulations
      • read/import results in ita formats
      • ...
  • Introduced new functions in Kernel/DSP
    • ita_interpolate_spk_result: Interpolates an itaResult in the frequency domain
    • ita_result2audio_spk: Converts an itaResult to itaAudio using an interpolation in the frequency domain
  • Introduced classes for 3D model visualization
    • AC3D
    • Comsol models
  • Raven
    • added function to set Material path
    • bugfix with paths using Mac
Edited May 08, 2019 by Philipp Schäfer
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: combined_wave_and_ga_simulation