I have problem with abec.
Looks like solving stage calculate only few first frequencies.
For example:
Control_Solver
f1=1000; f2=5000; NumFrequencies=19; Abscissa=log;
MeshFrequency=100Hz
Dim=3D
Meshing=Delunay
Gives me fields for 1000, 1093, 1195Hz and so on untill 2445 Hz skipping rest (2673-5000Hz)
Seems like some bug.
Any idea what is it related to?
Looks like solving stage calculate only few first frequencies.
For example:
Control_Solver
f1=1000; f2=5000; NumFrequencies=19; Abscissa=log;
MeshFrequency=100Hz
Dim=3D
Meshing=Delunay
Gives me fields for 1000, 1093, 1195Hz and so on untill 2445 Hz skipping rest (2673-5000Hz)
Seems like some bug.
Any idea what is it related to?
Not sure if you're still working on this. Just noticed your post on ABEC.
Your mesh frequency should be at least equal to your highest observation frequency.
To test your model, start with a low range of observation frequencies, because as the mesh gets smaller the CPU time gets large (ie. 2x mesh freq = 4x triangles = 4x CPU time).
Your mesh frequency should be at least equal to your highest observation frequency.
To test your model, start with a low range of observation frequencies, because as the mesh gets smaller the CPU time gets large (ie. 2x mesh freq = 4x triangles = 4x CPU time).
- Status
- Not open for further replies.