Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Harmonic Interpolation #6

Open
rafaelCMoura opened this issue Oct 20, 2017 · 3 comments
Open

Harmonic Interpolation #6

rafaelCMoura opened this issue Oct 20, 2017 · 3 comments
Assignees

Comments

@rafaelCMoura
Copy link
Owner

Fix Actual harmonic interpolation. Try to make something like this:

surfaceScalarField some_ssf = fvc::interpolate(some_vsf, "harmonic");
@rafaelCMoura
Copy link
Owner Author

Maybe just writing this:

surfaceScalarField some_ssf = fvc::interpolate(some_vsf);

and choosing harmonic in fvSchemes file for this fvc::interpolate code.

@rafaelCMoura
Copy link
Owner Author

The same with Single Phase code. Needs harmonic interpolation with an openFOAM standard implementation.

@rafaelCMoura
Copy link
Owner Author

it seems that if I just use this:

interpolationSchemes
{
    default   harmonic;
}

it work's

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant